mirror of
https://github.com/abhilesh/self-hosted-docker-setups.git
synced 2026-06-28 14:57:13 +00:00
Added descriptions for volume mounts
This commit is contained in:
@@ -11,8 +11,8 @@ services:
|
||||
- OAUTHLIB_RELAX_TOKEN_SCOPE=1
|
||||
- OAUTHLIB_INSECURE_TRANSPORT=1
|
||||
volumes:
|
||||
- /home/pi/calibre-web:/config
|
||||
- /mnt/nfs_darwin/eBook_Library:/books
|
||||
- /home/pi/calibre-web:/config # Config directory (`app.db` is stored here)
|
||||
- /mnt/nfs-share/eBook_Library:/books # Data directory (All ebooks are stored here)
|
||||
ports:
|
||||
- 8083:8083
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user