Skip to content

Commit

Permalink
chore: update release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffen911 committed Dec 2, 2024
1 parent 08e9e8f commit b861140
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/docs/deployment/v3/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ docker run --name langfuse-web \
-e LANGFUSE_S3_EVENT_UPLOAD_SECRET_ACCESS_KEY=bPxRfiCYEXAMPLEKEY \
-p 3000:3000 \
-a STDOUT \
langfuse/langfuse:3.0.0-rc.1
langfuse/langfuse:3.0.0-rc.2
```

### Run Langfuse Worker
Expand All @@ -167,7 +167,7 @@ docker run --name langfuse-worker \
-e LANGFUSE_S3_EVENT_UPLOAD_SECRET_ACCESS_KEY=bPxRfiCYEXAMPLEKEY \
-p 3030:3030 \
-a STDOUT \
langfuse/langfuse-worker:3.0.0-rc.1
langfuse/langfuse-worker:3.0.0-rc.2
```

### Recommended sizing
Expand Down

0 comments on commit b861140

Please sign in to comment.