Skip to content

Commit 19a1d99

Browse files
committed
(feat) update docs to not include gunicorn usage
1 parent 61d2e91 commit 19a1d99

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ EXPOSE 4000/tcp
7070
ENTRYPOINT ["litellm"]
7171

7272
# Append "--detailed_debug" to the end of CMD to view detailed debug logs
73-
# CMD ["--port", "4000", "--config", "./proxy_server_config.yaml", "--run_gunicorn", "--detailed_debug"]
74-
CMD ["--port", "4000", "--config", "./proxy_server_config.yaml", "--run_gunicorn", "--num_workers", "4"]
73+
# CMD ["--port", "4000", "--config", "./proxy_server_config.yaml"]
74+
CMD ["--port", "4000", "--config", "./proxy_server_config.yaml"]

Dockerfile.database

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,5 @@ EXPOSE 4000/tcp
7272
ENTRYPOINT ["litellm"]
7373

7474
# Append "--detailed_debug" to the end of CMD to view detailed debug logs
75-
# CMD ["--port", "4000","--run_gunicorn", "--detailed_debug"]
76-
CMD ["--port", "4000", "--run_gunicorn"]
75+
# CMD ["--port", "4000", "--detailed_debug"]
76+
CMD ["--port", "4000"]

0 commit comments

Comments
 (0)