Skip to content

Commit d9ce841

Browse files
MCP url fix
1 parent ced2416 commit d9ce841

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@ services:
6363
# - OPENAI_PROXY_URL=https://${DOMAIN}/${OPENAI_PATH}/v1
6464
# - OPENAI_API_BASE_URL=https://${DOMAIN}/${OPENAI_PATH}/v1
6565
- DEFAULT_MODEL=${MODEL_ID}
66-
- MCP_URL=http://proxy-mcp:8000
66+
- MCP_URL=http://mcp:8000
6767
- MCP_ID=lsf-mcp
6868
- MCP_NAME=lsFusion MCP
6969
expose:
7070
# - "3210"
7171
- "8080"
7272
depends_on:
73-
- proxy-mcp
73+
- mcp
7474
restart: unless-stopped
7575

7676
caddy:

0 commit comments

Comments
 (0)