From 9c2f742991492e0345d82dcca0710f5370ea6955 Mon Sep 17 00:00:00 2001 From: Aaron van Meerten Date: Thu, 16 Mar 2023 07:21:15 -0500 Subject: [PATCH] jicofo: fix rest bind in container (#1496) --- jicofo/rootfs/defaults/jicofo.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jicofo/rootfs/defaults/jicofo.conf b/jicofo/rootfs/defaults/jicofo.conf index 8f8e638..3f853e9 100644 --- a/jicofo/rootfs/defaults/jicofo.conf +++ b/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 }}