...
Code Block |
---|
version: '3.8'
services:
open-webui:
image: ghcr.mirrorify.net/open-webui/open-webui:main
container_name: open-webui
ports:
- "3000:8080"
environment:
- OLLAMA_BASE_URL=http://10.1.192.54:11434
privileged: true
volumes:
- open-webui:/app/backend/data
restart: always
volumes:
open-webui: |
...