mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-03 10:23:28 +00:00
build(render.yaml): fix image name
This commit is contained in:
+3
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user