From 98c01d80f2c01f18f2e093ef657ffb2b806333ed Mon Sep 17 00:00:00 2001 From: gherkins Date: Sun, 16 Nov 2025 10:48:50 +0100 Subject: [PATCH] disable potential proxy config for host.docker.internal --- docker-compose-ollama-gpu.yaml | 1 + docker-compose.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/docker-compose-ollama-gpu.yaml b/docker-compose-ollama-gpu.yaml index 3093e90..e844e4b 100644 --- a/docker-compose-ollama-gpu.yaml +++ b/docker-compose-ollama-gpu.yaml @@ -52,6 +52,7 @@ services: - WEBUI_NAME=valiantlynx AI - WEBUI_URL=http://localhost:8080 - WEBUI_SECRET_KEY=t0p-s3cr3t + - NO_PROXY=host.docker.internal extra_hosts: - host.docker.internal:host-gateway restart: unless-stopped diff --git a/docker-compose.yml b/docker-compose.yml index 7310a4f..64e33b8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -47,6 +47,7 @@ services: - WEBUI_NAME=valiantlynx AI - WEBUI_URL=http://localhost:8080 - WEBUI_SECRET_KEY=t0p-s3cr3t + - NO_PROXY=host.docker.internal extra_hosts: - host.docker.internal:host-gateway restart: unless-stopped