Created
September 12, 2016 11:41
-
-
Save hlgr360/39ee1f7c45ec39cf4c4832df3219fb4e to your computer and use it in GitHub Desktop.
Docker compose file for Calibre
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
calibre: | |
image: janeczku/calibre-web | |
ports: | |
- 80:80 | |
volumes: | |
- /data/bookcloud/html/data/hlgr360/files:/calibre |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment