chore(deps): update deluan/navidrome docker tag to v0.50.0 (#1609)
This commit is contained in:
parent
c0df9537cb
commit
7e846a3136
|
@ -5,12 +5,18 @@
|
||||||
"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": 5,
|
"tipi_version": 6,
|
||||||
"version": "0.49.3",
|
"version": "0.50.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/",
|
||||||
"form_fields": [],
|
"form_fields": [],
|
||||||
"supported_architectures": ["arm64", "amd64"]
|
"supported_architectures": [
|
||||||
|
"arm64",
|
||||||
|
"amd64"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: "3"
|
||||||
services:
|
services:
|
||||||
navidrome:
|
navidrome:
|
||||||
container_name: navidrome
|
container_name: navidrome
|
||||||
image: deluan/navidrome:0.49.3
|
image: deluan/navidrome:0.50.0
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:4533
|
- ${APP_PORT}:4533
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
Loading…
Reference in New Issue
Block a user