disable potential proxy config for host.docker.internal

This commit is contained in:
gherkins
2025-11-16 10:48:50 +01:00
committed by GitHub
parent 3bc9506e8f
commit 98c01d80f2
2 changed files with 2 additions and 0 deletions

View File

@@ -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