diff --git a/entrypoint.sh b/entrypoint.sh index 768d99b..6c08f9c 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -92,8 +92,7 @@ start_app() { # 3. Start Navidrome with ND_DBPATH environment variable. # This is the most authoritative way to set the DB location. - # We include the SQLite connection string for WAL mode and performance. - export ND_DBPATH="/litefs/navidrome.db?cache=shared&_busy_timeout=15000&_journal_mode=WAL&_foreign_keys=on" + export ND_DBPATH="/litefs/navidrome.db?_busy_timeout=15000" /app/navidrome & NAVIDROME_PID=$!