Skip to content

[Question]: webui won't load after update. #1446

Discussion options

You must be logged in to vote

Try these steps (basically a manual version of the update script, which you should do when you change your environment variables):

# Stop the container (if running)
docker-compose down
# Fetch the latest changes from Github
git fetch origin
# Switch to the repo's main branch
git checkout main
# Pull the latest changes to the main branch from Github
git pull origin main
# Prune all LibreChat Docker images
docker rmi librechat:latest
# Remove all unused dangling Docker images
docker image prune -f
# Building a new LibreChat image
docker-compose build

# Start LibreChat
docker-compose up

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@danny-avila
Comment options

Comment options

You must be logged in to vote
3 replies
@danny-avila
Comment options

Answer selected by strike84
@strike84
Comment options

@danny-avila
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #1445 on December 27, 2023 23:10.