Fix #934. Add extra_hosts to php-worker container

This commit is contained in:
Alex 2017-05-12 17:17:38 +03:00 committed by GitHub
parent ac895209f0
commit 41574fe026

View File

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