mirror of
https://github.com/ansible/awx.git
synced 2026-05-15 21:37:42 -02:30
fix copy paste error in docker compose cluster
This commit is contained in:
@@ -58,7 +58,6 @@ services:
|
|||||||
privileged: true
|
privileged: true
|
||||||
image: ${DEV_DOCKER_TAG_BASE}/awx_devel:${TAG}
|
image: ${DEV_DOCKER_TAG_BASE}/awx_devel:${TAG}
|
||||||
hostname: awx-3
|
hostname: awx-3
|
||||||
entrypoint: ["bash"]
|
|
||||||
command: launch_awx.sh
|
command: launch_awx.sh
|
||||||
working_dir: "/awx_devel"
|
working_dir: "/awx_devel"
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user