From 4e2f17266a0fb16a4e4db91bc451203a5ce0726d Mon Sep 17 00:00:00 2001 From: Justin Oros Date: Sun, 19 Apr 2026 21:12:40 -0700 Subject: [PATCH] compose.yaml: bind Syncthing web UI to all interfaces instead of localhost only --- spoke/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spoke/compose.yaml b/spoke/compose.yaml index 8489fe9..32257ee 100644 --- a/spoke/compose.yaml +++ b/spoke/compose.yaml @@ -25,7 +25,7 @@ services: environment: - HOME=/var/syncthing ports: - - "127.0.0.1:8384:8384" + - "8384:8384" - "22000:22000" volumes: - /home/armbian/st/config:/var/syncthing/config