mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 17:00:15 +01:00
🐳 docs: Update dotenv.md (#1564)
docker compose is now a plugin of docker
This commit is contained in:
parent
dfe45f80c6
commit
406940490b
1 changed files with 3 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue