Merge pull request #935 from xpert13/patch-1

Fix #934. Add extra_hosts to php-worker container
This commit is contained in:
Mahmoud Zalt 2017-05-13 05:48:25 +03:00 committed by GitHub
commit be9f7f8346

View File

@ -98,6 +98,8 @@ services:
- applications
depends_on:
- workspace
extra_hosts:
- "dockerhost:${DOCKER_HOST_IP}"
networks:
- backend