tiredofit / docker-osticket

Dockerized help desk application
MIT License
71 stars 56 forks source link

Docker Compose file has the wrong image name for the backup container for mariadb #19

Open dillon-kondrick opened 2 years ago

dillon-kondrick commented 2 years ago

https://github.com/tiredofit/docker-osticket/blob/c3cd5baea3b2b0b6159a96e51303b285f9e2942d/examples/docker-compose.yml#L66

Line reads

image: tiredofit/mariadb-backup

Should be

image: tiredofit/mariadb

Behavior: Deploying the stack gives an error that the image is not available

MilorES commented 1 year ago

Looks like they fixed it image: tiredofit/db-backup:latest

It seems that it is the image that is in charge of making the copies.

The information in this PR #14 so this issue could be closed.