Skip to content

Commit 1d02b62

Browse files
committed
fix: add local ollama host to docker compose
1 parent a0a75c2 commit 1d02b62

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docker-compose-redis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ services:
1919
restart: unless-stopped
2020
ports:
2121
- '5000:5000'
22+
environment:
23+
- OLLAMA_HOST=http://ollama:11434
2224

2325
ollama:
2426
image: ollama/ollama

0 commit comments

Comments
 (0)