Fix the hostname of execution nodes in dev environment (#10992)

This commit is contained in:
Alan Rominger
2021-09-01 13:35:39 -04:00
committed by GitHub
parent ef36d7c87f
commit 1d3a36d821

View File

@@ -112,7 +112,7 @@ services:
image: quay.io/awx/awx_devel:devel
user: "{{ ansible_user_uid }}"
container_name: tools_receptor_{{ loop.index }}
hostname: receptor-1
hostname: receptor-{{ loop.index }}
command: 'receptor --config /etc/receptor/receptor.conf'
links:
- receptor-hop