fix: update open-webui image version and correct volume path
Some checks failed
Auto-Deploy Changed Stacks / deploy (push) Failing after 17s

This commit is contained in:
Nathan 2026-06-20 07:34:03 -04:00
parent a2f6d86818
commit 480440a432

View File

@ -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