From 0200afdc0f6f083e0471e14e3d5c4dedcd443303 Mon Sep 17 00:00:00 2001 From: sstent Date: Mon, 27 Apr 2026 10:06:46 -0700 Subject: [PATCH] test(entrypoint): use test.db to isolate issue --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=$!