rewati raman pandey
Results
2
comments of
rewati raman pandey
Hi @ZeyoYT, It seems the issue arises from the OLLAMA_HOST environment variable. Ensure that the IP address that you are using, is accessible from your Docker container. If the container...
Hi @unstablej, The issue happens because `127.0.0.1` inside a Docker container refers to the container itself, not your host machine. To fix this, set `OLLAMA_HOST` to `http://host.docker.internal:11434` in your `docker-compose.yaml`....