mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
build(render.yaml): fix image name
This commit is contained in:
parent
beb51f5271
commit
2b865ec12c
1 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,9 @@ services:
|
|||
env: docker
|
||||
plan: starter # or 'standard', 'standard-plus', etc.
|
||||
region: oregon # or another region
|
||||
image: ghcr.io/berriai/litellm:main-stable # Specify your Docker image here
|
||||
image:
|
||||
name: ghcr.io/berriai/litellm
|
||||
tag: main-stable
|
||||
envVars:
|
||||
- key: PORT
|
||||
value: 4000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue