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

View File

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