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