Overlay metadata.db into /ebooks for calibre-web. Split database and library location feature not working properly.
Some checks are pending
Stacks CICD / Setup (push) Waiting to run
Some checks are pending
Stacks CICD / Setup (push) Waiting to run
This commit is contained in:
parent
a5011edbe2
commit
23fde7821e
@ -97,7 +97,7 @@ services:
|
||||
volumes:
|
||||
- "${EBOOKS_LIBRARY}:/ebooks"
|
||||
- "${DOCKER_DATA}/calibre-web:/config"
|
||||
- "${DOCKER_DATA}/calibre/metadata.db:/metadata.db"
|
||||
- "${DOCKER_DATA}/calibre/metadata.db:/ebooks/metadata.db"
|
||||
labels:
|
||||
traefik.http.routers.books-calibre-web.middlewares: lan-only@file,traefik-forward-auth-privileged@file
|
||||
traefik.http.routers.books-calibre-web.rule: Host(`calibreweb.books.jafner.net`)
|
||||
|
Loading…
Reference in New Issue
Block a user