From 480440a4324d41b192b42ac0d152e453fc45015d Mon Sep 17 00:00:00 2001 From: Nathan Date: Sat, 20 Jun 2026 07:34:03 -0400 Subject: [PATCH] fix: update open-webui image version and correct volume path --- nodes/waldorf/openwebui/compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodes/waldorf/openwebui/compose.yaml b/nodes/waldorf/openwebui/compose.yaml index 0fda20c..d24cd0a 100644 --- a/nodes/waldorf/openwebui/compose.yaml +++ b/nodes/waldorf/openwebui/compose.yaml @@ -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