From 406940490bd7c943781165a693cc7eeda8462f6d Mon Sep 17 00:00:00 2001 From: Ganesh Krishnan Date: Mon, 15 Jan 2024 17:52:32 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B3=20docs:=20Update=20dotenv.md=20(#1?= =?UTF-8?q?564)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit docker compose is now a plugin of docker --- docs/install/configuration/dotenv.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/install/configuration/dotenv.md b/docs/install/configuration/dotenv.md index 9361fb33e0..19f9111082 100644 --- a/docs/install/configuration/dotenv.md +++ b/docs/install/configuration/dotenv.md @@ -17,6 +17,9 @@ npm run update:docker # OR, if you don't have npm docker-compose build --no-cache + +# OR, if you the latest version of docker with docker compose as a plugin +docker compose build --no-cache ``` Alternatively, you can create a new file named `docker-compose.override.yml` in the same directory as your main `docker-compose.yml` file for LibreChat, where you can set your .env variables as needed under `environment`, or modify the default configuration provided by the main `docker-compose.yml`, without the need to directly edit or duplicate the whole file.