Fix Openbooks Path (#301)

* Update docker-compose.yml

* Update config.json
This commit is contained in:
DrMxrcy 2023-04-04 02:13:39 -04:00 committed by GitHub
parent b8ef337625
commit caec77163b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
"available": true,
"exposable": true,
"id": "openbooks",
"tipi_version": 1,
"tipi_version": 2,
"url_suffix": "/openbooks/",
"version": "v4.5.0",
"categories": ["media", "books"],

View File

@ -8,7 +8,7 @@ services:
ports:
- ${APP_PORT}:80
volumes:
- ${ROOT_FOLDER_HOST}/media/data/books/openbooks:/books
- ${ROOT_FOLDER_HOST}/media/data/books/:/books
environment:
- BASE_PATH=/openbooks/
labels: