-
Notifications
You must be signed in to change notification settings - Fork 0
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
Would it work for Calibre-web on docker container #1
Comments
Sorry, I knew few about docker. May be you could use |
So this would work, but you'd have to add |
Thanks for figuring this out but I am still confused. In the volume mapping; what should I name the volume container (tried "static" but didn't work) and bind to host (/app/calibre-web/cps/static). |
OK, so something I missed, you have to mount the entire # where you map volumes:
volumes:
- cps_data:/app/calibre-web/cps
volumes:
cps_data:
I haven't been able to test this out, so I'm uncertain if this works. |
How would you implement this for a Calibre-web on docker container?
The text was updated successfully, but these errors were encountered: