tiredofit / docker-osticket

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

docker-compose error #14

Open ninjamonkey198206 opened 2 years ago

ninjamonkey198206 commented 2 years ago

@tiredofit Using the example docker-compose file gives an error due to an incorrect image name.

osticket-db-backup:
    container_name: osticket-db-backup
    image: tiredofit/mariadb-backup

should be

osticket-db-backup:
    container_name: osticket-db-backup
    image: tiredofit/db-backup

Unless there is a mariadb-backup image that you pulled down for some reason.

I've been testing out ticket systems, which is why I noticed this and also commented on the Freescout page.