diff --git a/docker-compose.yml b/docker-compose.yml index 8bac884..00f481a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,8 @@ services: dockerfile: Dockerfile ports: - "7200:7200" - network_mode: host + extra_hosts: + - "host.docker.internal:host-gateway" volumes: - ./configuration.yaml:/go/src/app/configuration.yaml restart: unless-stopped