compose.yaml: bind Syncthing web UI to all interfaces instead of localhost only

This commit is contained in:
Justin Oros
2026-04-19 21:12:40 -07:00
parent 0af3c30f79
commit 4e2f17266a

View File

@@ -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