mirror of
https://github.com/ansible/awx.git
synced 2026-02-17 11:10:03 -03:30
set userid to 1000 (#10714)
This commit is contained in:
@@ -65,7 +65,7 @@ services:
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
execution_node_1:
|
execution_node_1:
|
||||||
image: quay.io/awx/awx_devel:devel
|
image: quay.io/awx/awx_devel:devel
|
||||||
user: root
|
user: "1000"
|
||||||
container_name: tools_execution_node_1
|
container_name: tools_execution_node_1
|
||||||
hostname: execution_node_1
|
hostname: execution_node_1
|
||||||
command: 'receptor --config /etc/receptor/awx-1-receptor-standalone.conf'
|
command: 'receptor --config /etc/receptor/awx-1-receptor-standalone.conf'
|
||||||
|
|||||||
Reference in New Issue
Block a user