diff --git a/entrypoint.sh b/entrypoint.sh index 6c08f9c..d2026bf 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/navidrome.db?_busy_timeout=15000" + export ND_DBPATH="/litefs/test.db?_busy_timeout=15000" /app/navidrome & NAVIDROME_PID=$!