From 9232aeccc55de18ad4a8ea1568960e3879c54ea3 Mon Sep 17 00:00:00 2001 From: sstent Date: Mon, 27 Apr 2026 10:08:49 -0700 Subject: [PATCH] test(entrypoint): use /data/navidrome.db to bypass LiteFS --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=$!