فهرست منبع

jicofo: fix rest bind in container (#1496)

Aaron van Meerten 2 سال پیش
والد
کامیت
9c2f742991
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      jicofo/rootfs/defaults/jicofo.conf

+ 1 - 1
jicofo/rootfs/defaults/jicofo.conf

@@ -145,7 +145,7 @@ jicofo {
 
     {{ if $ENABLE_REST }}
     rest {
-      host = "127.0.0.1"
+      host = "0.0.0.0"
     }
     {{ end }}