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:
|
services:
|
||||||
open-webui:
|
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
|
container_name: open-webui
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
@ -13,7 +13,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/appdata/openwebui:/app/backend/data
|
- /mnt/appdata/openwebui/data:/app/backend/data
|
||||||
# If you need to talk to your new MCP Gateway
|
# If you need to talk to your new MCP Gateway
|
||||||
# extra_hosts:
|
# extra_hosts:
|
||||||
# - "mcp-gateway:10.0.0.x" # IP of Heimdall
|
# - "mcp-gateway:10.0.0.x" # IP of Heimdall
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user