From f97da59a1edc5bb65a72fda6298b5cd04657cd08 Mon Sep 17 00:00:00 2001 From: Jonathan DeMasi Date: Tue, 27 Jan 2026 18:05:21 -0700 Subject: [PATCH] we want to expose on all interfaces for now --- ansible/roles/syncthing/tasks/templates/docker-compose.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/syncthing/tasks/templates/docker-compose.yaml.j2 b/ansible/roles/syncthing/tasks/templates/docker-compose.yaml.j2 index ad77f81..602227e 100644 --- a/ansible/roles/syncthing/tasks/templates/docker-compose.yaml.j2 +++ b/ansible/roles/syncthing/tasks/templates/docker-compose.yaml.j2 @@ -8,7 +8,7 @@ services: environment: - PUID=1000 - PGID=1000 - - STGUIADDRESS= + - STGUIADDRESS=0.0.0.0:8384 volumes: - /var/lib/syncthing:/var/syncthing network_mode: host