Use full 'data' path in calibre and calibre-web
This commit is contained in:
@@ -12,8 +12,8 @@ services:
|
|||||||
- calibre
|
- calibre
|
||||||
volumes:
|
volumes:
|
||||||
- ${NASCOMPOSE_SERVICES?}/ebook-reader/volumes/calibre_config/:/config/
|
- ${NASCOMPOSE_SERVICES?}/ebook-reader/volumes/calibre_config/:/config/
|
||||||
- ${NASCOMPOSE_DATA?}/media/ebooks/:/ebooks/
|
- ${NASCOMPOSE_DATA?}/media/ebooks/:/data/media/ebooks/
|
||||||
- ${NASCOMPOSE_SERVICES?}/ebook-reader/volumes/calibre_database/metadata.db:/ebooks/metadata.db
|
- ${NASCOMPOSE_SERVICES?}/ebook-reader/volumes/calibre_database/metadata.db:/data/media/ebooks/metadata.db
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
labels:
|
labels:
|
||||||
traefik.enable: true
|
traefik.enable: true
|
||||||
@@ -31,8 +31,8 @@ services:
|
|||||||
- calibre
|
- calibre
|
||||||
volumes:
|
volumes:
|
||||||
- ${NASCOMPOSE_SERVICES?}/ebook-reader/volumes/calibre-web_config/:/config/
|
- ${NASCOMPOSE_SERVICES?}/ebook-reader/volumes/calibre-web_config/:/config/
|
||||||
- ${NASCOMPOSE_DATA?}/media/ebooks/:/ebooks/:ro
|
- ${NASCOMPOSE_DATA?}/media/ebooks/:/data/media/ebooks/:ro
|
||||||
- ${NASCOMPOSE_SERVICES?}/ebook-reader/volumes/calibre_database/metadata.db:/ebooks/metadata.db:ro
|
- ${NASCOMPOSE_SERVICES?}/ebook-reader/volumes/calibre_database/metadata.db:/data/media/ebooks/metadata.db:ro
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
labels:
|
labels:
|
||||||
traefik.enable: true
|
traefik.enable: true
|
||||||
|
|||||||
Reference in New Issue
Block a user