mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +01:00
docs: fix various broken docker_compose_install.md links in docs (#882)
* docs: fix broken docker_compose_install.md link in mac install docs * docs: fix all other broken docker_compose_install.md links
This commit is contained in:
parent
731f6a449d
commit
64f1557852
5 changed files with 30 additions and 30 deletions
|
|
@ -79,7 +79,7 @@ sudo reboot
|
|||
|
||||
## Using Docker to Install the Service
|
||||
|
||||
### 1. **Recommended: [Docker Install](../install/docker_install.md)**
|
||||
### 1. **Recommended: [Docker Install](../install/docker_compose_install.md)**
|
||||
From the *server* commandline (as your user, not root):
|
||||
|
||||
```
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
sudo apt update
|
||||
sudo apt install docker.io && apt install docker-compose
|
||||
```
|
||||
## [Install LibreChat](../install/docker_install.md)
|
||||
## [Install LibreChat](../install/docker_compose_install.md)
|
||||
|
||||
## Install and Setup NGINX Proxy Manager:
|
||||
|
||||
|
|
|
|||
|
|
@ -107,7 +107,7 @@ I had to change the environment variable from AZURE_OPENAI_API_KEY to AZURE_API_
|
|||
---
|
||||
|
||||
### Docker
|
||||
- The docker-compose file had some change. Review the [new docker instructions](../install/docker_install.md) to make sure you are setup properly. This is still the simplest and most effective method.
|
||||
- The docker-compose file had some change. Review the [new docker instructions](../install/docker_compose_install.md) to make sure you are setup properly. This is still the simplest and most effective method.
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ Note: If you run the command on the same computer and want to access it, navigat
|
|||
Have fun!
|
||||
|
||||
---
|
||||
## **[Docker Install](docker_install.md)** (General documentation)
|
||||
## **[Docker Install](docker_compose_install.md)** (General documentation)
|
||||
---
|
||||
|
||||
## **Manual Installation:**
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# Mac Installation Guide
|
||||
## **Recommended : [Docker Install](docker_install.md)**
|
||||
## **Recommended : [Docker Install](docker_compose_install.md)**
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue