From 9f29bbfce8597b3a395bb3d8bf562db272ba06cf Mon Sep 17 00:00:00 2001 From: Vadym Barda Date: Thu, 31 Oct 2024 11:11:26 -0400 Subject: [PATCH] docs: add flags to self-hosted (#2272) --- docs/docs/how-tos/deploy-self-hosted.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/how-tos/deploy-self-hosted.md b/docs/docs/how-tos/deploy-self-hosted.md index 93f2771d8..c1f71b97f 100644 --- a/docs/docs/how-tos/deploy-self-hosted.md +++ b/docs/docs/how-tos/deploy-self-hosted.md @@ -55,6 +55,8 @@ When running this server, you need to pass three environment variables: ```shell docker run \ + --env-file .env \ + -p 8123:8000 \ -e REDIS_URI="foo" \ -e DATABASE_URI="bar" \ -e LANGSMITH_API_KEY="baz" \