summaryrefslogtreecommitdiffstats
path: root/tools/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/docker-compose.yml')
-rw-r--r--tools/docker-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/docker-compose.yml b/tools/docker-compose.yml
index 10a7d778e0..767bf8f7cb 100644
--- a/tools/docker-compose.yml
+++ b/tools/docker-compose.yml
@@ -2,7 +2,7 @@ version: '3'
services:
# Primary AWX Development Container
awx:
- image: gcr.io/ansible-tower-engineering/awx_devel:${TAG}
+ image: ${DEV_DOCKER_TAG_BASE}/awx_devel:${TAG}
hostname: awx
environment:
RABBITMQ_HOST: rabbitmq