mirror of
https://github.com/technorabilia/docker-bits
synced 2024-11-03 03:40:25 +00:00
Workflow update
This commit is contained in:
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…
Reference in New Issue
Block a user