Merge pull request #6808 from ansible/AlanCoding-patch-2

Remove extra_hosts that breaks dev environment
This commit is contained in:
Alan Rominger 2017-06-29 15:09:11 -04:00 committed by GitHub
commit ec773f57d9

View File

@ -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