fix(docker-compose): remove extra_hosts configuration for host access
This commit is contained in:
parent
c2716e61b2
commit
1fc5e919b7
1 changed files with 0 additions and 4 deletions
|
|
@ -11,10 +11,6 @@ services:
|
||||||
- .env
|
- .env
|
||||||
networks:
|
networks:
|
||||||
- local-private-net
|
- local-private-net
|
||||||
# allow the container to access the host machine
|
|
||||||
# this is useful for development purposes, e.g. to access the database/AC server running on the host
|
|
||||||
extra_hosts:
|
|
||||||
- "host.docker.internal:host-gateway"
|
|
||||||
ports:
|
ports:
|
||||||
- 48733:48733
|
- 48733:48733
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue