Skip to content

Commit 1761606

Browse files
Changed openwebui volume
1 parent cf562bd commit 1761606

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ services:
5555
openwebui:
5656
image: ghcr.io/lsfusion/open-webui:latest
5757
volumes:
58-
- ./open-webui:/app/backend/data
58+
- openwebui:/app/backend/data
5959
environment:
6060
- OPENAI_API_BASE_URL=https://${DOMAIN}/${OPENAI_PATH}/mcp/v1
6161
# image: lobehub/lobe-chat:latest
@@ -95,3 +95,4 @@ services:
9595
volumes:
9696
caddy_data:
9797
caddy_config:
98+
openwebui:

0 commit comments

Comments
 (0)