convert calibre web
This commit is contained in:
parent
b6f471d3f3
commit
d724317821
1 changed files with 4 additions and 4 deletions
|
|
@ -6,8 +6,8 @@ services:
|
|||
|
||||
environment:
|
||||
# Only change these if you know what you're doing
|
||||
PUID: "1001"
|
||||
PGID: "998"
|
||||
PUID: "1964"
|
||||
PGID: "1964"
|
||||
# Edit to match your current timezone https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
||||
TZ: America/Chicago
|
||||
|
||||
|
|
@ -23,7 +23,7 @@ services:
|
|||
# If you don't have an existing library, CWA will automatically create one at the bind provided here
|
||||
# - /path/to/your/calibre/library:/calibre-library
|
||||
# - /data/nfs/Baxter/Data/media:/data:shared
|
||||
- /data/nfs/Baxter/Data/media/books/library/Netgrimoire:/calibre-library:shared
|
||||
- /data/nfs/znas/Data/media/books/library/Netgrimoire:/calibre-library:shared
|
||||
|
||||
ports:
|
||||
# Change the first number to change the port you want to access the Web UI, not the second
|
||||
|
|
@ -36,7 +36,7 @@ services:
|
|||
deploy:
|
||||
placement:
|
||||
constraints:
|
||||
- node.hostname == nas
|
||||
- node.hostname == znas
|
||||
|
||||
labels:
|
||||
homepage.group: "PNCHarris Apps"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue