This commit is contained in:
Seth Foster
2022-05-31 17:12:19 -04:00
parent 6f68f3cba6
commit 7fe98a670f

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"