🐳 docs: Update dotenv.md (#1564)

docker compose is now a plugin of docker
This commit is contained in:
Ganesh Krishnan 2024-01-15 17:52:32 -05:00 committed by GitHub
parent dfe45f80c6
commit 406940490b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,9 @@ npm run update:docker
# OR, if you don't have npm # OR, if you don't have npm
docker-compose build --no-cache 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. 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.