[fix[ expose ollama port

This commit is contained in:
Andy Bunce 2025-01-20 14:35:18 +00:00
parent 4fa742953e
commit 0a039d0ac7

View file

@ -7,6 +7,8 @@ services:
tty: true
restart: unless-stopped
image: ollama/ollama:${OLLAMA_DOCKER_TAG-latest}
ports:
- 11434:11434
open-webui:
build: