diff --git a/entrypoint.sh b/entrypoint.sh index d2026bf..ce002fa 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -92,7 +92,7 @@ start_app() { # 3. Start Navidrome with ND_DBPATH environment variable. # This is the most authoritative way to set the DB location. - export ND_DBPATH="/litefs/test.db?_busy_timeout=15000" + export ND_DBPATH="/data/navidrome.db?_busy_timeout=15000" /app/navidrome & NAVIDROME_PID=$!