set userid to 1000 (#10714)

This commit is contained in:
Jim Ladd 2021-07-21 17:41:16 -07:00 committed by Alan Rominger
parent f8d074db01
commit a79d7444e5
No known key found for this signature in database
GPG Key ID: C2D7EAAA12B63559

View File

@ -65,7 +65,7 @@ services:
{% endfor %}
execution_node_1:
image: quay.io/awx/awx_devel:devel
user: root
user: "1000"
container_name: tools_execution_node_1
hostname: execution_node_1
command: 'receptor --config /etc/receptor/awx-1-receptor-standalone.conf'