Commit 41574fe0 authored by Alex's avatar Alex Committed by GitHub

Fix #934. Add extra_hosts to php-worker container

parent ac895209
......@@ -97,6 +97,8 @@ services:
- applications
depends_on:
- workspace
extra_hosts:
- "dockerhost:${DOCKER_HOST_IP}"
networks:
- backend
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment