mirror of
https://github.com/dogkeeper886/ollama-k80-lab.git
synced 2025-12-10 07:46:59 +00:00
17 lines
267 B
YAML
17 lines
267 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
open-webui:
|
|
image: ghcr.io/open-webui/open-webui
|
|
container_name: open-webui
|
|
ports:
|
|
- "8080:8080"
|
|
volumes:
|
|
- open-webui:/app/backend/data
|
|
restart: unless-stopped
|
|
privileged: true
|
|
|
|
volumes:
|
|
open-webui:
|
|
|