Listen to the correct port

This commit is contained in:
Johan Wassberg 2025-02-25 11:11:29 +01:00
parent 0e24aa92ba
commit e38f8c790b
Signed by: jocar
GPG key ID: BE4EC2EEADF2C31B

View file

@ -41,7 +41,7 @@ backend LB
{% block frontend %}
frontend {{ site_name }}
{{ bind_ip_tcp(bind_ips, 5000,) }}
{{ bind_ip_tcp(bind_ips, 5432,) }}
{% endblock frontend %}
#