Pin navidrome to 0.64.0 instead of :latest
0.64.0 re-encoded every internal ID in the DB (a documented breaking change), which watchtower auto-applied and silently broke every SUB/WAVE show's playlistIds reference. Pinning stops watchtower from jumping versions without a deliberate review of release notes. Claude-Session: https://claude.ai/code/session_01L7Rwa6guD5wK8F8tWQwcJX
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
navidrome:
|
navidrome:
|
||||||
image: deluan/navidrome:latest
|
image: deluan/navidrome:0.64.0
|
||||||
container_name: navidrome
|
container_name: navidrome
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user