diff --git a/docs/install/docker_compose_install.md b/docs/install/docker_compose_install.md index a8afd87b9f..f44b8f36ce 100644 --- a/docs/install/docker_compose_install.md +++ b/docs/install/docker_compose_install.md @@ -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