Quick and easiest way to setup mysql database using docker.
after installing the docker and docker-compose follow the below 3 steps and that's it.
- โ clone the repository
- โ run the ./start.sh
- โ enjoy !
git repository: https://github.com/shahid-khans/docker-mysql
post article : https://syssoft.in/blog/build-docker-container-for-database/
๐ฏQuick Start
Just open in a terminal:
git clone https://github.com/shahid-khans/docker-mysql.git
cd docker-mysql
cp env-example .env
./start.sh
You can check the logs using ./logs.sh
command to see what's going on during the project startup.
you can stop the mysql docker container using ./stop.sh
.
connect to mysql database ./mysqlconnect.sh
default port for mysql is 3306
and credentials you can see in .env
file.
Top comments (0)