-
Notifications
You must be signed in to change notification settings - Fork 47
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
fix docker-compose #22
Comments
also, when starting the container, it errors the parameter "start_period" in healthcheck. (I don't know why, I don't know how to use healthcheck). |
It stills not fixed. Any progress? |
Check PR #29 . Just expose the volume /images to your host. You can also delete lines start_period, test and interval if you're not using a cluster. |
Yeah, I already mapped the '/images' internal directory, also de '/cache'. Thank you ;) |
In case you don't want to clone this repo just use this service in docker-compose:
Don't forget to change environment variables and add data-images volume or change it to the bind |
exposing
/app
folder makes the container not find the entrypoint.shThe text was updated successfully, but these errors were encountered: