feat: move docker run command to use port 8283 (#1949)

This commit is contained in:
Sarah Wooders
2024-10-28 13:57:30 -07:00
committed by GitHub
parent adfb9a4b87
commit 969300fb56
5 changed files with 9 additions and 9 deletions

View File

@@ -4,7 +4,7 @@ services:
letta:
image: lettaai/letta:latest
ports:
- "8083:8083"
- "8283:8283"
environment:
- LETTA_LLM_ENDPOINT=http://vllm:8000
- LETTA_LLM_ENDPOINT_TYPE=vllm