fix: bind litefs internal api to all interfaces
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 41s

This commit is contained in:
2026-02-07 16:47:30 -08:00
parent b9e2e92214
commit e40509dfa7

View File

@@ -12,6 +12,10 @@ lease:
url: "${CONSUL_URL}"
key: "litefs/navidrome"
# Internal HTTP API for replication
http:
addr: ":20202"
# The HTTP Proxy routes traffic to handle write-forwarding
proxy:
addr: ":${PORT}"