forked from Deuxfleurs/nixcfg
fix listen videobridge management
This commit is contained in:
parent
e204c3e563
commit
ac4ca90eca
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ videobridge {
|
||||||
# (e.g. health or debug stats)
|
# (e.g. health or debug stats)
|
||||||
private {
|
private {
|
||||||
# See JettyBundleActivatorConfig in Jicoco for values
|
# See JettyBundleActivatorConfig in Jicoco for values
|
||||||
host = 127.0.0.1
|
host = 0.0.0.0
|
||||||
port = {{ env "NOMAD_PORT_management_port" }}
|
port = {{ env "NOMAD_PORT_management_port" }}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue