Commit be9f7f83 authored by Mahmoud Zalt's avatar Mahmoud Zalt Committed by GitHub

Merge pull request #935 from xpert13/patch-1

Fix #934. Add extra_hosts to php-worker container
parents b5431bc0 41574fe0
......@@ -98,6 +98,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