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

This commit is contained in:
renovate[bot] 2023-09-09 02:01:41 +00:00 committed by GitHub
parent c95f7d299c
commit 575c84f59b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -5,11 +5,11 @@
"exposable": true, "exposable": true,
"port": 13378, "port": 13378,
"id": "audiobookshelf", "id": "audiobookshelf",
"tipi_version": 1, "tipi_version": 2,
"version": "2.3.3", "version": "2.4.0",
"categories": [ "categories": [
"books", "books",
"media" "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.",

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.3.3 image: ghcr.io/advplyr/audiobookshelf:2.4.0
restart: unless-stopped restart: unless-stopped
ports: ports:
- ${APP_PORT}:80 - ${APP_PORT}:80