Delete docker-compose.yaml

This commit is contained in:
RomanNum3ral 2025-11-28 01:04:40 +00:00
parent fef8fb2cb5
commit b13d493934
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
services:
open-webui:
image: ghcr.io/open-webui/open-webui:main
container_name: open-webui
restart: unless-stopped
environment:
- OLLAMA_BASE_URL=http://127.0.0.1:11434
volumes:
- open-webui:/app/backend/data
network_mode: host
volumes:
open-webui:
external: false