fix: relocate LiteFS mount to /litefs and use /data for persistent artwork
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 4m5s

This commit is contained in:
2026-04-27 08:04:06 -07:00
parent f08c715d75
commit 59f406d3b7
4 changed files with 25 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
# LiteFS configuration for Navidrome
fuse:
dir: "/data"
dir: "/litefs"
data:
dir: "/var/lib/litefs"