Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker-compose error #14

Open
ninjamonkey198206 opened this issue Oct 31, 2021 · 0 comments
Open

docker-compose error #14

ninjamonkey198206 opened this issue Oct 31, 2021 · 0 comments

Comments

@ninjamonkey198206
Copy link

@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.

skibum1869 added a commit to skibum1869/docker-osticket that referenced this issue Dec 20, 2021
Changed the docker-compose example file to correct the issue with mariadb-backup changing to db-backup. This corrects tiredofit#14 issue listed by ninjamonkey198206.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant