Skip to content

Commit dc4f123

Browse files
authored
Add extra_hosts configuration to docker-compose
1 parent 005ac8b commit dc4f123

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ services:
88
volumes:
99
- ./:/app
1010
command: php /app/src/bot.php
11+
12+
extra_hosts:
13+
- "host.docker.internal:host-gateway"

0 commit comments

Comments
 (0)