diff --git a/docker/compose.host.yml b/docker/compose.host.yml index 0f0e390..93e6e30 100644 --- a/docker/compose.host.yml +++ b/docker/compose.host.yml @@ -11,8 +11,7 @@ services: XDG_STATE_HOME: /state XDG_CONFIG_HOME: /config XDG_CACHE_HOME: /cache - # talk to host services: - OLLAMA_BASE: http://host.docker.internal:11435 + OLLAMA_BASE: http://host.docker.internal:11434 ALL_PROXY: socks5h://host.docker.internal:9050 NO_PROXY: host.docker.internal,127.0.0.1,localhost volumes: @@ -21,4 +20,3 @@ services: - /home/kompanion/.cache/kompanion:/cache/kompanion - /home/kompanion/metal-kompanion-runtime:/app:ro command: ["python3","kom_runner.py"] -