From 9922baf7d137c13a578f072c39ca01424f567c80 Mon Sep 17 00:00:00 2001 From: Andi Date: Tue, 2 Apr 2024 15:19:10 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=97=20docs:=20Fix=20Link=20to=20Docker?= =?UTF-8?q?=20Compose=20Override=20File=20(#2287)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/install/configuration/dotenv.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/configuration/dotenv.md b/docs/install/configuration/dotenv.md index 7bde77311..0962bc9f9 100644 --- a/docs/install/configuration/dotenv.md +++ b/docs/install/configuration/dotenv.md @@ -24,7 +24,7 @@ For more info see: - **[docker docs - specifying-multiple-compose-files](https://docs.docker.com/compose/reference/#specifying-multiple-compose-files)** - You can also view an example of an override file for LibreChat in your LibreChat folder and on GitHub: - - **[docker-compose.override.example](https://github.com/danny-avila/LibreChat/blob/main/docker-compose.override.yaml.example)** + - **[docker-compose.override.example](https://github.com/danny-avila/LibreChat/blob/main/docker-compose.override.yml.example)** ---