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

This commit is contained in:
renovate[bot] 2024-02-25 11:08:46 +00:00 committed by GitHub
parent b11e1b9c3e
commit bbeb347516
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
"exposable": true,
"port": 13378,
"id": "audiobookshelf",
"tipi_version": 11,
"version": "2.7.2",
"tipi_version": 12,
"version": "2.8.0",
"categories": [
"books",
"media"

View File

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