chore(deps): update ghcr.io/advplyr/audiobookshelf docker tag to v2.10.1 (#3610)

This commit is contained in:
renovate[bot] 2024-05-31 18:12:08 +00:00 committed by GitHub
parent ae77ae5188
commit 008efcfa29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 11 deletions

View File

@ -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"]
}

View File

@ -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