Update docker_compose_install.md

This commit is contained in:
Danny Avila 2023-12-11 22:44:27 -05:00 committed by GitHub
parent 4df6a261d3
commit 6829d66c1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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