Fix #934. Add extra_hosts to php-worker container
This commit is contained in:
parent
ac895209f0
commit
41574fe026
|
@ -97,6 +97,8 @@ services:
|
|||
- applications
|
||||
depends_on:
|
||||
- workspace
|
||||
extra_hosts:
|
||||
- "dockerhost:${DOCKER_HOST_IP}"
|
||||
networks:
|
||||
- backend
|
||||
|
||||
|
|
Loading…
Reference in New Issue