test(entrypoint): use /data/navidrome.db to bypass LiteFS
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 40s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 40s
This commit is contained in:
@@ -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=$!
|
||||
|
||||
Reference in New Issue
Block a user