mirror of
https://github.com/ansible/awx.git
synced 2026-05-15 13:27:40 -02:30
Merge pull request #6681 from chrismeyersfsu/fix-cluster_stupid_bash
fix copy paste error in docker compose cluster Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
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