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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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