We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceee525 commit ef58e8fCopy full SHA for ef58e8f
cmd/aigw/docker-compose.yaml
@@ -22,7 +22,7 @@ services:
22
image: alpine/ollama
23
container_name: ollama-pull
24
environment:
25
- OLLAMA_HOST: localhost:11434 # intentionally not 127.0.0.1
+ OLLAMA_HOST: localhost:11434 # intentionally not 127.0.0.1
26
env_file:
27
- ../../.env.ollama
28
entrypoint: sh
0 commit comments