Add Calibre compose
This commit is contained in:
parent
e1a9018ca6
commit
4eaa9aac83
1 changed files with 2 additions and 3 deletions
|
|
@ -13,10 +13,9 @@ services:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=Europe/Amsterdam
|
- TZ=Europe/Amsterdam
|
||||||
- OAUTHLIB_RELAX_TOKEN_SCOPE=1 #optional
|
|
||||||
volumes:
|
volumes:
|
||||||
- /path/to/calibre-web/data:/config
|
- /mnt/media/Containers/calibre-web/data:/config
|
||||||
- /path/to/calibre/library:/books
|
- /mnt/media/Containers/calibre-web/library:/books
|
||||||
ports:
|
ports:
|
||||||
- 8083:8083
|
- 8083:8083
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
Loading…
Add table
Add a link
Reference in a new issue