mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
docs: cleanup docker compose comments (#7414)
* docs: cleanup docker compose comments * pr template: fix typo
This commit is contained in:
parent
0ce5f9fe58
commit
c0a7e8352f
2 changed files with 1 additions and 6 deletions
2
.github/pull_request_template.md
vendored
2
.github/pull_request_template.md
vendored
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
<!-- List of changes -->
|
<!-- List of changes -->
|
||||||
|
|
||||||
## [REQUIRED] Testing - Attach a screenshot of any new tests passing locall
|
## [REQUIRED] Testing - Attach a screenshot of any new tests passing locally
|
||||||
If UI changes, send a screenshot/GIF of working UI fixes
|
If UI changes, send a screenshot/GIF of working UI fixes
|
||||||
|
|
||||||
<!-- Test procedure -->
|
<!-- Test procedure -->
|
||||||
|
|
|
@ -10,14 +10,9 @@ services:
|
||||||
## Uncomment these lines to start proxy with a config.yaml file ##
|
## Uncomment these lines to start proxy with a config.yaml file ##
|
||||||
# volumes:
|
# volumes:
|
||||||
# - ./config.yaml:/app/config.yaml <<- this is missing in the docker-compose file currently
|
# - ./config.yaml:/app/config.yaml <<- this is missing in the docker-compose file currently
|
||||||
# The below two are my suggestion
|
|
||||||
# command:
|
# command:
|
||||||
# - "--config=/app/config.yaml"
|
# - "--config=/app/config.yaml"
|
||||||
##############################################
|
##############################################
|
||||||
#########################################
|
|
||||||
## Uncomment these lines to start proxy with a config.yaml file ##
|
|
||||||
# volumes:
|
|
||||||
###############################################
|
|
||||||
ports:
|
ports:
|
||||||
- "4000:4000" # Map the container port to the host, change the host port if necessary
|
- "4000:4000" # Map the container port to the host, change the host port if necessary
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue