fix: upgrade version of navidrome to resolve ARM Docker image issue (#427)
I had a problem installing on Raspberry Pi 4. After checking, I found that version 0.50.0 had a problem with the image when pushing it to Docker hub, and Navidrome fixed it in version 0.50.1. Source: https://github.com/navidrome/navidrome/releases/tag/v0.50.1
This commit is contained in:
parent
dba790955f
commit
f0de735c38
|
@ -6,10 +6,10 @@ services:
|
||||||
resources:
|
resources:
|
||||||
reservations:
|
reservations:
|
||||||
memory: 1024M
|
memory: 1024M
|
||||||
image: deluan/navidrome:0.50.0
|
image: deluan/navidrome:0.50.1
|
||||||
labels:
|
labels:
|
||||||
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Navidrome/icon.png
|
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Navidrome/icon.png
|
||||||
restart: always
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- target: 4533
|
- target: 4533
|
||||||
published: "4533"
|
published: "4533"
|
||||||
|
@ -27,7 +27,7 @@ services:
|
||||||
ND_SESSIONTIMEOUT: 24h
|
ND_SESSIONTIMEOUT: 24h
|
||||||
ND_BASEURL: ""
|
ND_BASEURL: ""
|
||||||
TZ: $TZ
|
TZ: $TZ
|
||||||
network_mode: host
|
network_mode: bridge
|
||||||
privileged: false
|
privileged: false
|
||||||
x-casaos:
|
x-casaos:
|
||||||
envs:
|
envs:
|
||||||
|
|
Loading…
Reference in New Issue