update
This commit is contained in:
parent
1b53bda0f2
commit
2ccc9788ad
9
openWebUI/docker-compose.yml
Normal file
9
openWebUI/docker-compose.yml
Normal file
@ -0,0 +1,9 @@
|
||||
services:
|
||||
open-webui:
|
||||
image: ghcr.io/open-webui/open-webui:main
|
||||
container_name: open-webui
|
||||
ports:
|
||||
- "3002:8080"
|
||||
volumes:
|
||||
- ./data:/app/backend/data
|
||||
restart: always
|
Loading…
Reference in New Issue
Block a user