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:
Dominic H 2023-09-06 16:20:33 +02:00 committed by GitHub
parent 731f6a449d
commit 64f1557852
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 30 additions and 30 deletions

View file

@ -79,7 +79,7 @@ sudo reboot
## Using Docker to Install the Service ## 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): From the *server* commandline (as your user, not root):
``` ```

View file

@ -21,7 +21,7 @@
sudo apt update sudo apt update
sudo apt install docker.io && apt install docker-compose 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: ## Install and Setup NGINX Proxy Manager:

View file

@ -107,7 +107,7 @@ I had to change the environment variable from AZURE_OPENAI_API_KEY to AZURE_API_
--- ---
### Docker ### 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.
--- ---

View file

@ -35,7 +35,7 @@ Note: If you run the command on the same computer and want to access it, navigat
Have fun! Have fun!
--- ---
## **[Docker Install](docker_install.md)** (General documentation) ## **[Docker Install](docker_compose_install.md)** (General documentation)
--- ---
## **Manual Installation:** ## **Manual Installation:**

View file

@ -1,5 +1,5 @@
# Mac Installation Guide # Mac Installation Guide
## **Recommended : [Docker Install](docker_install.md)** ## **Recommended : [Docker Install](docker_compose_install.md)**
--- ---