Accessing Database
Steps to Access the Database:
- Navigate to the Xbot-Cloud directory:
cd xbot-cloud - Start the database container:
docker-compose up -d db - Access the database container:
docker-compose exec db bash - Once inside the container, you can interact with the
microchecks-dband perform database operations as needed.