Workflow update

pull/2/head
technorabilia 3 years ago
parent c878f7a188
commit d6d630380c

@ -22,7 +22,7 @@ services:
volumes:
# Where calibre-web stores the internal database and config.
- ${BASEDIR:-/volume1/docker}/calibre-web/config:/config
# Where your preexisting calibre database is locate.
# Where your preexisting calibre database is located.
- ${BASEDIR:-/volume1/docker}/calibre-web/books:/books
ports:
# WebUI

@ -13,6 +13,6 @@ docker run -d \
-e DOCKER_MODS=linuxserver/calibre-web:calibre `# #optional & **x86-64 only** Adds the ability to perform ebook conversion` \
-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/books:/books `# Where your preexisting calibre database is locate.` \
-v ${BASEDIR:-/volume1/docker}/calibre-web/books:/books `# Where your preexisting calibre database is located.` \
--restart unless-stopped \
ghcr.io/linuxserver/calibre-web

Loading…
Cancel
Save