Update Booksonic to 2201.1.0 (#576)
- Add Image Tagging -Add Context Path for Reverse Proxys
This commit is contained in:
parent
59261f2ebe
commit
6467f35155
|
@ -4,11 +4,11 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 8040,
|
"port": 8040,
|
||||||
"tipi_version": 3,
|
"tipi_version": 4,
|
||||||
"version": "latest",
|
"version": "2201.1.0",
|
||||||
"id": "booksonic",
|
"id": "booksonic",
|
||||||
"categories": ["books", "media"],
|
"categories": ["books", "media"],
|
||||||
"description": "",
|
"description": "The selfhosted audiobook server",
|
||||||
"short_desc": "The selfhosted audiobook server",
|
"short_desc": "The selfhosted audiobook server",
|
||||||
"author": "https://github.com/popeen",
|
"author": "https://github.com/popeen",
|
||||||
"source": "https://github.com/popeen/Booksonic-Air",
|
"source": "https://github.com/popeen/Booksonic-Air",
|
||||||
|
|
|
@ -1,12 +1,13 @@
|
||||||
version: "3.7"
|
version: "3.7"
|
||||||
services:
|
services:
|
||||||
booksonic:
|
booksonic:
|
||||||
image: lscr.io/linuxserver/booksonic-air:latest
|
image: lscr.io/linuxserver/booksonic-air:2201.1.0
|
||||||
container_name: booksonic
|
container_name: booksonic
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=${TZ}
|
- TZ=${TZ}
|
||||||
|
- CONTEXT_PATH={APP_PROTOCOL:-http}://${APP_DOMAIN}
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/config:/config
|
- ${APP_DATA_DIR}/config:/config
|
||||||
- ${ROOT_FOLDER_HOST}/media/data/books/spoken:/audiobooks
|
- ${ROOT_FOLDER_HOST}/media/data/books/spoken:/audiobooks
|
||||||
|
|
Loading…
Reference in New Issue
Block a user