diff --git a/swarm/Calibre-web.yaml b/swarm/Calibre-web.yaml index 61e4154..2a457e6 100644 --- a/swarm/Calibre-web.yaml +++ b/swarm/Calibre-web.yaml @@ -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"