更新 Open-WebUI 配置,修改数据属性及代理URL
This commit is contained in:
parent
4970e49354
commit
c2c1dd4609
|
@ -6,7 +6,7 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- OLLAMA_BASE_URL=${OLLAMA_BASE_URL}
|
- OLLAMA_BASE_URL=${OLLAMA_BASE_URL}
|
||||||
volumes:
|
volumes:
|
||||||
- ./open-webui:/home/nacos/data
|
- ./data/data:/home/nacos/data
|
||||||
ports:
|
ports:
|
||||||
- "${PANEL_APP_PORT_HTTP}:8080"
|
- "${PANEL_APP_PORT_HTTP}:8080"
|
||||||
networks:
|
networks:
|
||||||
|
|
Loading…
Reference in New Issue