From ab70b09666c36dea062047785af0122ba3efe640 Mon Sep 17 00:00:00 2001 From: Robert Herzog Date: Sat, 25 Oct 2025 16:39:38 +0200 Subject: [PATCH] made host.docker.internal extra host optional as in commenting it out. i dont wanna threat a maybe edge case problem as regular issue --- dockerized/docker-compose.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dockerized/docker-compose.yaml b/dockerized/docker-compose.yaml index 2aabfb55..6a8ba688 100644 --- a/dockerized/docker-compose.yaml +++ b/dockerized/docker-compose.yaml @@ -23,9 +23,9 @@ services: # Optional: Docker socket if cai should use docker should it though? # - /var/run/docker.sock:/var/run/docker.sock - # WSL: host.docker.internal Access - extra_hosts: - - "host.docker.internal:host-gateway" + # OPTIONAL WSL: host.docker.internal Access if ollama runs on windows host instead of inside wsl. + # extra_hosts: + # - "host.docker.internal:host-gateway" # Env Vars (Fallback, .env wins if present) environment: