build(render.yaml): fix image name

This commit is contained in:
Krrish Dholakia
2024-05-24 09:21:36 -07:00
parent beb51f5271
commit 2b865ec12c
+3 -1
View File
@@ -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