fix bug from #14
This commit is contained in:
committed by
Matt Burchett
parent
170c46a4d4
commit
243fd3be59
@@ -53,9 +53,9 @@ lighthouse:
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if nebula_lighthouse_extra_config|length > 0 %}
|
{% if nebula_lighthouse_extra_config|length > 0 %}
|
||||||
{{- nebula_lighthouse_extra_config | to_nice_yaml | indent(2) }}
|
{{- nebula_lighthouse_extra_config | to_nice_yaml | indent(2) }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
listen:
|
listen:
|
||||||
# 0.0.0.0 means "all interfaces," which is probably what you want
|
# 0.0.0.0 means "all interfaces," which is probably what you want
|
||||||
|
|||||||
Reference in New Issue
Block a user