Skip to content

Commit 41574fe

Browse files
authored
Fix laradock#934. Add extra_hosts to php-worker container
1 parent ac89520 commit 41574fe

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ services:
9797
- applications
9898
depends_on:
9999
- workspace
100+
extra_hosts:
101+
- "dockerhost:${DOCKER_HOST_IP}"
100102
networks:
101103
- backend
102104

0 commit comments

Comments
 (0)