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,
|
||||
"port": 13378,
|
||||
"id": "audiobookshelf",
|
||||
"tipi_version": 14,
|
||||
"version": "2.9.0",
|
||||
"categories": [
|
||||
"books",
|
||||
"media"
|
||||
],
|
||||
"tipi_version": 15,
|
||||
"version": "2.10.1",
|
||||
"categories": ["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.",
|
||||
"short_desc": "Audiobookshelf is a self-hosted audiobook and podcast server.",
|
||||
"author": "advplyr",
|
||||
"source": "https://github.com/advplyr/audiobookshelf",
|
||||
"form_fields": [],
|
||||
"supported_architectures": [
|
||||
"arm64",
|
||||
"amd64"
|
||||
]
|
||||
"supported_architectures": ["arm64", "amd64"]
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '3.7'
|
|||
services:
|
||||
audiobookshelf:
|
||||
container_name: audiobookshelf
|
||||
image: ghcr.io/advplyr/audiobookshelf:2.9.0
|
||||
image: ghcr.io/advplyr/audiobookshelf:2.10.1
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- ${APP_PORT}:80
|
||||
|
|
Loading…
Reference in New Issue
Block a user