mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-04 17:48:50 +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
|
|
@ -12,7 +12,7 @@ In this video, you will learn how to install and run LibreChat, using Docker on
|
|||
- 0:00 - Intro
|
||||
- 0:14 - Update the system
|
||||
- 0:29 - Clone the repository
|
||||
- 0:37 - Docker installation
|
||||
- 0:37 - Docker installation
|
||||
- 1:03 - Enter in the folder
|
||||
- 1:07 - Create the .env file
|
||||
- 1:14 - Build using docker-compose
|
||||
|
|
@ -30,13 +30,13 @@ Here are the steps to follow:
|
|||
- Build the Docker image: `docker-compose build`
|
||||
- Start LibreChat: `docker-compose up -d`
|
||||
|
||||
Note: If you run the command on the same computer and want to access it, navigate to `localhost:3080`. You should see a login page where you can create or sign in to your account. Then you can choose an AI model and start chatting.
|
||||
Note: If you run the command on the same computer and want to access it, navigate to `localhost:3080`. You should see a login page where you can create or sign in to your account. Then you can choose an AI model and start chatting.
|
||||
|
||||
Have fun!
|
||||
|
||||
---
|
||||
## **[Docker Install](docker_install.md)** (General documentation)
|
||||
---
|
||||
## **[Docker Install](docker_compose_install.md)** (General documentation)
|
||||
---
|
||||
|
||||
## **Manual Installation:**
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue