diff --git a/ReadMe.txt b/ReadMe.txt index 0a30d36b38b5dfc0a140220bc5354ea62ac279a8..600a410d875b87e6932188801586b49587deb743 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -15,3 +15,7 @@ To check if the containers are running - docker ps Visit -> http://localhost:8000 To stop the containers - docker-compose down + +For database: +mysql -u root -padvancedweb -h127.0.0.1 -P9906 -> root user +mysql -u service_user -pservice_user -h127.0.0.1 -P9906 -> service_user