mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +01:00
Update docker_compose_install.md
This commit is contained in:
parent
4df6a261d3
commit
6829d66c1f
1 changed files with 2 additions and 2 deletions
|
|
@ -64,8 +64,8 @@ git pull origin main
|
|||
docker rmi librechat:latest
|
||||
# Remove all unused dangling Docker images
|
||||
docker image prune -f
|
||||
# Building a new LibreChat image
|
||||
docker-compose build
|
||||
# Building a new LibreChat image without cache
|
||||
docker-compose build --no-cache
|
||||
|
||||
# Start LibreChat
|
||||
docker-compose up
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue