This commit is contained in:
Seth Foster 2022-05-31 17:12:19 -04:00
parent 6f68f3cba6
commit 7fe98a670f
No known key found for this signature in database
GPG Key ID: 86E90D96F7184028

View File

@ -69,7 +69,7 @@ services:
{% endfor %}
{% if control_plane_node_count|int > 1 %}
haproxy:
image: haproxy:2.3
image: haproxy
user: "{{ ansible_user_uid }}"
volumes:
- "./haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg:Z"