Fix For the Calibre Web Folder

The Folder needs to point to the Calibre DB that is copied over.
This commit is contained in:
DrMxrcy 2023-03-20 15:31:35 -04:00 committed by Nicolas Meienberger
parent feebd1bd53
commit cee29c187b

View File

@ -9,7 +9,7 @@ services:
- TZ=${TZ}
volumes:
- ${APP_DATA_DIR}/data/config:/config
- ${ROOT_FOLDER_HOST}/media/data/books:/books
- ${APP_DATA_DIR}/data/books:/books
ports:
- ${APP_PORT}:8083
restart: unless-stopped