mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
haproxy specify user
This commit is contained in:
parent
2afa406b7f
commit
7bc7c9c4bd
@ -60,8 +60,9 @@ services:
|
||||
{% if cluster_node_count|int > 1 %}
|
||||
haproxy:
|
||||
image: haproxy
|
||||
user: "{{ ansible_user_uid }}"
|
||||
volumes:
|
||||
- "./haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg"
|
||||
- "./haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg:Z"
|
||||
ports:
|
||||
- "8013:8013"
|
||||
- "8043:8043"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user