Point to correct config file for execution_node_1

This commit is contained in:
beeankha 2021-07-21 15:05:15 -04:00 committed by Alan Rominger
parent c3843004aa
commit f8d074db01
No known key found for this signature in database
GPG Key ID: C2D7EAAA12B63559

View File

@ -70,7 +70,7 @@ services:
hostname: execution_node_1
command: 'receptor --config /etc/receptor/awx-1-receptor-standalone.conf'
volumes:
- "../../docker-compose-cluster:/etc/receptor"
- "../../docker-compose:/etc/receptor"
- "/sys/fs/cgroup:/sys/fs/cgroup"
privileged: true
{% if cluster_node_count|int > 1 %}