mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 08:18:43 -03:30
Point to correct config file for execution_node_1
This commit is contained in:
@@ -70,7 +70,7 @@ services:
|
|||||||
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'
|
||||||
volumes:
|
volumes:
|
||||||
- "../../docker-compose-cluster:/etc/receptor"
|
- "../../docker-compose:/etc/receptor"
|
||||||
- "/sys/fs/cgroup:/sys/fs/cgroup"
|
- "/sys/fs/cgroup:/sys/fs/cgroup"
|
||||||
privileged: true
|
privileged: true
|
||||||
{% if cluster_node_count|int > 1 %}
|
{% if cluster_node_count|int > 1 %}
|
||||||
|
|||||||
Reference in New Issue
Block a user