mirror of https://github.com/aliasrobotics/cai.git
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:
parent
39b6d739d0
commit
ab70b09666
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue