fix bug from #14

This commit is contained in:
AndrewPaglusch
2025-09-21 15:23:13 -05:00
committed by Matt Burchett
parent 170c46a4d4
commit 243fd3be59

View File

@@ -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