fix: update open-webui image version and correct volume path
Some checks failed
Auto-Deploy Changed Stacks / deploy (push) Failing after 17s
Some checks failed
Auto-Deploy Changed Stacks / deploy (push) Failing after 17s
This commit is contained in:
parent
a2f6d86818
commit
480440a432
@ -1,6 +1,6 @@
|
||||
services:
|
||||
open-webui:
|
||||
image: ghcr.io/open-webui/open-webui:v0.9.1
|
||||
image: ghcr.io/open-webui/open-webui:v0.9.6
|
||||
container_name: open-webui
|
||||
restart: always
|
||||
environment:
|
||||
@ -13,7 +13,7 @@ services:
|
||||
ports:
|
||||
- "8080:8080"
|
||||
volumes:
|
||||
- /mnt/appdata/openwebui:/app/backend/data
|
||||
- /mnt/appdata/openwebui/data:/app/backend/data
|
||||
# If you need to talk to your new MCP Gateway
|
||||
# extra_hosts:
|
||||
# - "mcp-gateway:10.0.0.x" # IP of Heimdall
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user