Merge pull request #52 from gherkins/patch-1

disable potential proxy config for host.docker.internal
This commit is contained in:
Gormery
2025-11-16 18:01:31 +01:00
committed by GitHub
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

View File

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