mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 17:00:15 +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
|
docker rmi librechat:latest
|
||||||
# Remove all unused dangling Docker images
|
# Remove all unused dangling Docker images
|
||||||
docker image prune -f
|
docker image prune -f
|
||||||
# Building a new LibreChat image
|
# Building a new LibreChat image without cache
|
||||||
docker-compose build
|
docker-compose build --no-cache
|
||||||
|
|
||||||
# Start LibreChat
|
# Start LibreChat
|
||||||
docker-compose up
|
docker-compose up
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue