chore(deps): update ghcr.io/advplyr/audiobookshelf docker tag to v2.10.1 (#3610)
This commit is contained in:
parent
ae77ae5188
commit
008efcfa29
|
@ -5,19 +5,13 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 13378,
|
"port": 13378,
|
||||||
"id": "audiobookshelf",
|
"id": "audiobookshelf",
|
||||||
"tipi_version": 14,
|
"tipi_version": 15,
|
||||||
"version": "2.9.0",
|
"version": "2.10.1",
|
||||||
"categories": [
|
"categories": ["books", "media"],
|
||||||
"books",
|
|
||||||
"media"
|
|
||||||
],
|
|
||||||
"description": "Audiobookshelf is a self-hosted audiobook server for managing and playing your audiobooks. Audiobookshelf has a clean, accessible design that's loaded with features but not overly complicated.",
|
"description": "Audiobookshelf is a self-hosted audiobook server for managing and playing your audiobooks. Audiobookshelf has a clean, accessible design that's loaded with features but not overly complicated.",
|
||||||
"short_desc": "Audiobookshelf is a self-hosted audiobook and podcast server.",
|
"short_desc": "Audiobookshelf is a self-hosted audiobook and podcast server.",
|
||||||
"author": "advplyr",
|
"author": "advplyr",
|
||||||
"source": "https://github.com/advplyr/audiobookshelf",
|
"source": "https://github.com/advplyr/audiobookshelf",
|
||||||
"form_fields": [],
|
"form_fields": [],
|
||||||
"supported_architectures": [
|
"supported_architectures": ["arm64", "amd64"]
|
||||||
"arm64",
|
|
||||||
"amd64"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: '3.7'
|
||||||
services:
|
services:
|
||||||
audiobookshelf:
|
audiobookshelf:
|
||||||
container_name: audiobookshelf
|
container_name: audiobookshelf
|
||||||
image: ghcr.io/advplyr/audiobookshelf:2.9.0
|
image: ghcr.io/advplyr/audiobookshelf:2.10.1
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:80
|
- ${APP_PORT}:80
|
||||||
|
|
Loading…
Reference in New Issue
Block a user