Workflow update

main
technorabilia 2 years ago
parent dca9ee7b6b
commit 7747483591

@ -18,7 +18,7 @@ services:
# Specify a timezone to use for example Europe/Amsterdam # Specify a timezone to use for example Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam} - TZ=${TZ:-Europe/Amsterdam}
# #optional & **x86-64 only** Adds the ability to perform ebook conversion # #optional & **x86-64 only** Adds the ability to perform ebook conversion
- DOCKER_MODS=linuxserver/calibre-web:calibre # optional - DOCKER_MODS=linuxserver/mods:universal-calibre # optional
# Optionally set this to allow Google OAUTH to work # Optionally set this to allow Google OAUTH to work
- OAUTHLIB_RELAX_TOKEN_SCOPE=1 # optional - OAUTHLIB_RELAX_TOKEN_SCOPE=1 # optional
volumes: volumes:

@ -10,7 +10,7 @@ docker run -d \
-e PUID=${PUID:-1024} `# for UserID` \ -e PUID=${PUID:-1024} `# for UserID` \
-e PGID=${PGID:-100} `# for GroupID` \ -e PGID=${PGID:-100} `# for GroupID` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \ -e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-e DOCKER_MODS=linuxserver/calibre-web:calibre `# optional` `# #optional & **x86-64 only** Adds the ability to perform ebook conversion` \ -e DOCKER_MODS=linuxserver/mods:universal-calibre `# optional` `# #optional & **x86-64 only** Adds the ability to perform ebook conversion` \
-e OAUTHLIB_RELAX_TOKEN_SCOPE=1 `# optional` `# Optionally set this to allow Google OAUTH to work` \ -e OAUTHLIB_RELAX_TOKEN_SCOPE=1 `# optional` `# Optionally set this to allow Google OAUTH to work` \
-p 8083:8083 `# WebUI` \ -p 8083:8083 `# WebUI` \
-v ${BASEDIR:-/volume1/docker}/calibre-web/config:/config `# Where calibre-web stores the internal database and config.` \ -v ${BASEDIR:-/volume1/docker}/calibre-web/config:/config `# Where calibre-web stores the internal database and config.` \

Loading…
Cancel
Save