mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
fix(headroom-proxy): use port 10000 for Render compatibility
This commit is contained in:
parent
d50061a1e5
commit
84b882e201
1 changed files with 2 additions and 2 deletions
|
|
@ -7,8 +7,8 @@ RUN apt-get update \
|
|||
&& apt-get autoremove -y \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
EXPOSE 8787
|
||||
EXPOSE 10000
|
||||
|
||||
ENV HEADROOM_TELEMETRY=off
|
||||
|
||||
CMD ["headroom", "proxy", "--host", "0.0.0.0", "--port", "8787"]
|
||||
CMD ["headroom", "proxy", "--host", "0.0.0.0", "--port", "10000"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue