diff --git a/docker/docker-compose-template.yaml b/docker/docker-compose-template.yaml index 209c34dbaf..33b5c8fe5a 100644 --- a/docker/docker-compose-template.yaml +++ b/docker/docker-compose-template.yaml @@ -191,6 +191,8 @@ services: nginx: image: nginx:latest restart: always + extra_hosts: + - "host.docker.internal:host-gateway" volumes: - ./nginx/nginx.conf.template:/etc/nginx/nginx.conf.template - ./nginx/proxy.conf.template:/etc/nginx/proxy.conf.template diff --git a/docker/docker-compose.yaml b/docker/docker-compose.yaml index 51bd769131..9520a041f2 100644 --- a/docker/docker-compose.yaml +++ b/docker/docker-compose.yaml @@ -593,6 +593,8 @@ services: nginx: image: nginx:latest restart: always + extra_hosts: + - "host.docker.internal:host-gateway" volumes: - ./nginx/nginx.conf.template:/etc/nginx/nginx.conf.template - ./nginx/proxy.conf.template:/etc/nginx/proxy.conf.template