Skip to content

Commit 1fc5e91

Browse files
committed
fix(docker-compose): remove extra_hosts configuration for host access
1 parent c2716e6 commit 1fc5e91

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

docker-compose.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ services:
1111
- .env
1212
networks:
1313
- local-private-net
14-
# allow the container to access the host machine
15-
# this is useful for development purposes, e.g. to access the database/AC server running on the host
16-
extra_hosts:
17-
- "host.docker.internal:host-gateway"
1814
ports:
1915
- 48733:48733
2016

0 commit comments

Comments
 (0)