From 210519640dc2ad8226c034aa25b88bde07a8ddba Mon Sep 17 00:00:00 2001 From: Stian Buch Larsen Date: Wed, 2 Sep 2015 12:12:52 +0200 Subject: [PATCH] Force synthing to listen on 0.0.0.0 --- services/syncthing/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/syncthing/run b/services/syncthing/run index a669406..7e864f1 100644 --- a/services/syncthing/run +++ b/services/syncthing/run @@ -2,4 +2,4 @@ umask 0000 -exec /sbin/setuser abc syncthing -home=/config -no-browser -no-restart \ No newline at end of file +exec /sbin/setuser abc syncthing -home=/config -no-browser -no-restart --gui-address="0.0.0.0:8384" \ No newline at end of file