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:
Đỗ Danh Mạnh 2024-03-11 08:53:35 +07:00 committed by GitHub
parent dba790955f
commit f0de735c38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -6,10 +6,10 @@ services:
resources:
reservations:
memory: 1024M
image: deluan/navidrome:0.50.0
image: deluan/navidrome:0.50.1
labels:
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Navidrome/icon.png
restart: always
restart: unless-stopped
ports:
- target: 4533
published: "4533"
@ -27,7 +27,7 @@ services:
ND_SESSIONTIMEOUT: 24h
ND_BASEURL: ""
TZ: $TZ
network_mode: host
network_mode: bridge
privileged: false
x-casaos:
envs: