fix(docker-compose): remove extra_hosts configuration for host access

This commit is contained in:
Yehonal 2025-07-11 11:03:11 +02:00
parent c2716e61b2
commit 1fc5e919b7

View file

@ -11,10 +11,6 @@ services:
- .env
networks:
- 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:
- 48733:48733