From 1fc5e919b7b8d066e5e85f21199ca655d9a142a3 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Fri, 11 Jul 2025 11:03:11 +0200 Subject: [PATCH] fix(docker-compose): remove extra_hosts configuration for host access --- docker-compose.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 4a27477..74fbc36 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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