From b48ef85e5e1e40cf266aaae17879141c9827e5f5 Mon Sep 17 00:00:00 2001 From: sstent Date: Sat, 7 Feb 2026 17:07:28 -0800 Subject: [PATCH] fix: explicit 0.0.0.0 for litefs api --- litefs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litefs.yml b/litefs.yml index e5116e0..3fc44f2 100644 --- a/litefs.yml +++ b/litefs.yml @@ -15,7 +15,7 @@ lease: # Internal HTTP API for replication http: - addr: ":20202" + addr: "0.0.0.0:20202" # The HTTP Proxy routes traffic to handle write-forwarding proxy: