made host.docker.internal extra host optional as in commenting it out. i dont wanna threat a maybe edge case problem as regular issue

This commit is contained in:
Robert Herzog 2025-10-25 16:39:38 +02:00
parent 39b6d739d0
commit ab70b09666
1 changed files with 3 additions and 3 deletions

View File

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