chore(deps): update deluan/navidrome docker tag to v0.52.5 (#3468)

This commit is contained in:
renovate[bot] 2024-05-13 02:24:35 +00:00 committed by GitHub
parent 6fc325828e
commit 7fd08af09d
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, "exposable": true,
"id": "navidrome", "id": "navidrome",
"description": "Modern Music Server and Streamer compatible with Subsonic/Airsonic", "description": "Modern Music Server and Streamer compatible with Subsonic/Airsonic",
"tipi_version": 11, "tipi_version": 12,
"version": "0.52.0", "version": "0.52.5",
"categories": [ "categories": [
"media", "media",
"music" "music"

View File

@ -2,7 +2,7 @@ version: "3"
services: services:
navidrome: navidrome:
container_name: navidrome container_name: navidrome
image: deluan/navidrome:0.52.0 image: deluan/navidrome:0.52.5
ports: ports:
- ${APP_PORT}:4533 - ${APP_PORT}:4533
restart: unless-stopped restart: unless-stopped