mirror of
https://github.com/open-webui/open-webui
synced 2025-01-18 00:30:51 +00:00
7 lines
118 B
YAML
7 lines
118 B
YAML
|
version: '3.6'
|
||
|
|
||
|
services:
|
||
|
ollama:
|
||
|
# Expose Ollama API outside the container stack
|
||
|
ports:
|
||
|
- 11434:11434
|