mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
Update DOCKER_COMPOSE command to docker compose (#15056)
* Update DOCKER_COMPOSE command docker-compose will stop being supported soon and this is causing CI flake setting DOCKER_COMPOSE default to `docker compose` * Give AWX network a static name
This commit is contained in:
@@ -363,6 +363,7 @@ volumes:
|
||||
|
||||
networks:
|
||||
awx:
|
||||
name: awx
|
||||
service-mesh:
|
||||
name: service-mesh
|
||||
{% if minikube_container_group|bool %}
|
||||
|
||||
Reference in New Issue
Block a user