mirror of
https://github.com/open-webui/open-webui
synced 2024-11-06 08:56:39 +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
|