Skip to content

Commit

Permalink
🐳 docs: Update dotenv.md (danny-avila#1564)
Browse files Browse the repository at this point in the history
docker compose is now a plugin of docker
  • Loading branch information
ganeshkrishnan1 authored Jan 15, 2024
1 parent 23f3604 commit 527ae76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/install/configuration/dotenv.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 527ae76

Please sign in to comment.