diff options
author | Alan Rominger <arominge@redhat.com> | 2017-06-29 19:41:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-29 19:41:33 +0200 |
commit | 9fda4eee8568209fdaa978e7649ac3a6556dd90a (patch) | |
tree | 2670d9205f2bc0e3fc5618fa5670815eeea02c7e /tools | |
parent | Merge pull request #6741 from jangsutsr/6711_trim_querystring_from_reverse_ou... (diff) | |
download | awx-9fda4eee8568209fdaa978e7649ac3a6556dd90a.tar.xz awx-9fda4eee8568209fdaa978e7649ac3a6556dd90a.zip |
Remove extra_hosts that breaks dev environment
This was triggered by a docker update, and an empty value of DOCKER_HOST_IP resulted in an error running `make docker-compose`
Diffstat (limited to 'tools')
-rw-r--r-- | tools/docker-compose.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/docker-compose.yml b/tools/docker-compose.yml index e819d874c8..e564dd7f92 100644 --- a/tools/docker-compose.yml +++ b/tools/docker-compose.yml @@ -17,8 +17,6 @@ services: - "8013:8013" - "8043:8043" - "6899-6999:6899-6999" # default port range for celery.contrib.rdb - extra_hosts: - - "dockerhost:${DOCKER_HOST_IP}" links: - postgres - memcached |