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

This commit is contained in:
renovate[bot] 2023-11-28 03:12:15 +00:00 committed by GitHub
parent 0fe4d9dd38
commit 81a14906aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
"exposable": true,
"port": 13378,
"id": "audiobookshelf",
"tipi_version": 7,
"version": "2.5.0",
"tipi_version": 8,
"version": "2.6.0",
"categories": [
"books",
"media"

View File

@ -2,7 +2,7 @@ version: '3.7'
services:
audiobookshelf:
container_name: audiobookshelf
image: ghcr.io/advplyr/audiobookshelf:2.5.0
image: ghcr.io/advplyr/audiobookshelf:2.6.0
restart: unless-stopped
ports:
- ${APP_PORT}:80