Overview:
The process intents to restart docker environment, which will restart the IDHUB services
Steps:
The process involves 2 steps to restart the IDHUB services
Step1: Stop Docker services
To Stop Docker services execute:

Step2: Start Docker services
To Start Docker services execute:
docker-compose up -d
BASH
