change default .env bind address

This commit is contained in:
2026-04-07 02:49:01 -04:00
parent d0fe37033c
commit ebe75427af
+1 -1
View File
@@ -1,3 +1,3 @@
NAVIDROME_MUSIC_FOLDER="/opt/navidrome/music"
BIND_ADDRESS="192.168.2.24"
BIND_ADDRESS="0.0.0.0"
BIND_PORT="5001"