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

This commit is contained in:
renovate[bot] 2023-12-27 23:02:41 +00:00 committed by GitHub
parent 03f96e5e9e
commit 19f5ebfa11
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, "exposable": true,
"port": 13378, "port": 13378,
"id": "audiobookshelf", "id": "audiobookshelf",
"tipi_version": 8, "tipi_version": 9,
"version": "2.6.0", "version": "2.7.0",
"categories": [ "categories": [
"books", "books",
"media" "media"

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