Merge pull request #119 from meienberger/renovate/deluan-navidrome-0.x

chore(deps): update deluan/navidrome docker tag to v0.48.0
This commit is contained in:
Nicolas Meienberger 2022-10-18 19:13:34 +02:00 committed by GitHub
commit 75def28542
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

View File

@ -5,9 +5,12 @@
"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": 2, "tipi_version": 3,
"version": "0.47.5", "version": "0.48.0",
"categories": ["media", "music"], "categories": [
"media",
"music"
],
"short_desc": "A selfhosted music server", "short_desc": "A selfhosted music server",
"author": "https://github.com/Bvoxl", "author": "https://github.com/Bvoxl",
"source": "https://github.com/navidrome/navidrome/", "source": "https://github.com/navidrome/navidrome/",

View File

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