mirror of
https://github.com/open-webui/open-webui
synced 2024-11-06 16:59:42 +00:00
6 lines
125 B
YAML
6 lines
125 B
YAML
services:
|
|
ollama:
|
|
# Expose Ollama API outside the container stack
|
|
ports:
|
|
- ${OLLAMA_WEBAPI_PORT-11434}:11434
|