fix: create /local/data before writing navidrome.toml
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 40s

This commit is contained in:
2026-02-08 15:49:21 -08:00
parent 640a76bbd1
commit 8e109e6fb5

View File

@@ -58,6 +58,7 @@ while true; do
# Generate config file to force DB path
echo "Generating navidrome.toml..."
mkdir -p /local/data
cat <<EOF > /local/data/navidrome.toml
DataFolder = "/local/data"
DatabasePath = "/data/navidrome.db"