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:
commit
75def28542
|
@ -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/",
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user