mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
fix(headroom-proxy): listen on port 10000 for Render Docker web service
This commit is contained in:
parent
69755117d4
commit
8a696bfc5d
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@ COPY server.py /app/server.py
|
|||
|
||||
WORKDIR /app
|
||||
|
||||
EXPOSE 8787
|
||||
EXPOSE 10000
|
||||
|
||||
ENV PORT=8787
|
||||
ENV PORT=10000
|
||||
|
||||
CMD ["python", "server.py"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue