소스 검색

jicofo: fix rest bind in container (#1496)

Aaron van Meerten 2 년 전
부모
커밋
9c2f742
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 }}