diff --git a/Dockerfile b/Dockerfile index 180bde57a..ea7b78da5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,8 +57,8 @@ RUN if [ "$with_database" = "true" ]; then \ /app/retry_push.sh; \ fi -EXPOSE 8000/tcp +EXPOSE 4000/tcp # Set your entrypoint and command ENTRYPOINT ["litellm"] -CMD ["--config", "./hosted_config.yaml", "--port", "8000", "--num_workers", "8"] \ No newline at end of file +CMD ["--config", "./hosted_config.yaml", "--port", "4000", "--num_workers", "8"] \ No newline at end of file