Fix For the Calibre Web Folder
The Folder needs to point to the Calibre DB that is copied over.
This commit is contained in:
parent
feebd1bd53
commit
cee29c187b
|
@ -9,7 +9,7 @@ services:
|
||||||
- TZ=${TZ}
|
- TZ=${TZ}
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data/config:/config
|
- ${APP_DATA_DIR}/data/config:/config
|
||||||
- ${ROOT_FOLDER_HOST}/media/data/books:/books
|
- ${APP_DATA_DIR}/data/books:/books
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:8083
|
- ${APP_PORT}:8083
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
Loading…
Reference in New Issue
Block a user