Merge pull request #935 from xpert13/patch-1
Fix #934. Add extra_hosts to php-worker container
This commit is contained in:
commit
be9f7f8346
@ -98,6 +98,8 @@ services:
|
||||
- applications
|
||||
depends_on:
|
||||
- workspace
|
||||
extra_hosts:
|
||||
- "dockerhost:${DOCKER_HOST_IP}"
|
||||
networks:
|
||||
- backend
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user