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