From 264c6fc8db96f35c4b11e2523cd0d7b73914c3c5 Mon Sep 17 00:00:00 2001 From: sstent Date: Sat, 7 Feb 2026 17:03:54 -0800 Subject: [PATCH] fix: move advertise-url to lease block --- litefs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litefs.yml b/litefs.yml index b373c08..e5116e0 100644 --- a/litefs.yml +++ b/litefs.yml @@ -8,6 +8,7 @@ data: # Use Consul for leader election lease: type: "consul" + advertise-url: "http://${ADVERTISE_IP}:20202" consul: url: "${CONSUL_URL}" key: "litefs/navidrome" @@ -15,7 +16,6 @@ lease: # Internal HTTP API for replication http: addr: ":20202" - advertise-url: "http://${ADVERTISE_IP}:20202" # The HTTP Proxy routes traffic to handle write-forwarding proxy: