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
|
- applications
|
||||||
depends_on:
|
depends_on:
|
||||||
- workspace
|
- workspace
|
||||||
|
extra_hosts:
|
||||||
|
- "dockerhost:${DOCKER_HOST_IP}"
|
||||||
networks:
|
networks:
|
||||||
- backend
|
- backend
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user