- Install docker
- Install docker-compose
- From this root of project "./" execute command
docker-compose up - Then, run this command
docker exec -it mysql_container bashto log in your container bash. - or just run this command
docker -it mysql_container mysql -uroot -p111 -P3307to log in your mysql instance - Done forget to adjust your .env file