mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 02:47:36 -02:30
Merge pull request #10511 from fosterseth/fix_haproxy_permission
run dev cluster haproxy container as root
This commit is contained in:
@@ -64,8 +64,9 @@ services:
|
|||||||
{% if cluster_node_count|int > 1 %}
|
{% if cluster_node_count|int > 1 %}
|
||||||
haproxy:
|
haproxy:
|
||||||
image: haproxy
|
image: haproxy
|
||||||
|
user: "{{ ansible_user_uid }}"
|
||||||
volumes:
|
volumes:
|
||||||
- "./haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg"
|
- "./haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg:Z"
|
||||||
ports:
|
ports:
|
||||||
- "8013:8013"
|
- "8013:8013"
|
||||||
- "8043:8043"
|
- "8043:8043"
|
||||||
|
|||||||
Reference in New Issue
Block a user