alxleroux

Results 3 comments of alxleroux

Similar issue: Running everything on the same machine. Docker on Debian. Ollama local. No firewall. I've added for each services in `docker-compose-base.yml` and `docker-compose.yml` ``` extra_hosts: - "host.docker.internal:host-gateway" ``` On...