Update the node program
When the team upgrade the node program, your nodes will need to be manually updated.
1.Use the cd command to navigate to the hyperAGI-setup-script directory.
hyperAGI-setup-script2.Execute the following commands to complete the update and restart operations:
docker-compose pull && docker-compose down && docker-compose up -dLast updated