mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-19 00:36:12 +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
|
|
@ -29,15 +29,15 @@ Some users have reported an error after updating their docker containers.
|
|||
|
||||
- To fix this error, you need to:
|
||||
- Delete the LibreChat image in docker 🗑️
|
||||
|
||||
**(leave mongo intact to preserve your profiles and history)**
|
||||
|
||||
**(leave mongo intact to preserve your profiles and history)**
|
||||

|
||||
- Repeat the docker update process: 🚀
|
||||
- `docker-compose build`
|
||||
- `docker-compose up -d`
|
||||
|
||||
## v0.5.4
|
||||
Some changes were made in the .env file
|
||||
Some changes were made in the .env file
|
||||
**Look at the .env.example for reference.**
|
||||
|
||||
- If you previously used social login, you need to:
|
||||
|
|
@ -62,7 +62,7 @@ ALLOW_SOCIAL_LOGIN=false
|
|||
|
||||
```env
|
||||
##########################
|
||||
# Anthropic Endpoint:
|
||||
# Anthropic Endpoint:
|
||||
##########################
|
||||
# Access key from https://console.anthropic.com/
|
||||
# Leave it blank to disable this feature.
|
||||
|
|
@ -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.
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue