jicofo: fix rest bind in container (#1496)

This commit is contained in:
Aaron van Meerten
2023-03-16 07:21:15 -05:00
committed by GitHub
parent ed095bc28e
commit 9c2f742991

View File

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