fix: create /local/data before writing navidrome.toml
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user