Pull in user's uid vs hardcode to 1000

This commit is contained in:
beeankha 2021-07-22 13:03:49 -04:00 committed by Alan Rominger
parent a79d7444e5
commit 2fc581c249
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: "1000"
user: "{{ ansible_user_uid }}"
container_name: tools_execution_node_1
hostname: execution_node_1
command: 'receptor --config /etc/receptor/awx-1-receptor-standalone.conf'