Update ChatPlus server
This guide will guide you to update ChatPlus server.
Assume that ChatPlus server has been set up in /var/www/chatplus/chat folder on your server. Let’s log into your server with the SSH root account and run the following commands to update the ChatPlus server
cd /var/www/chatplus/chat
docker-compose pull
docker-compose down
docker-compose up -dCongratulation. You have just updated ChatPlus server!