For more info, see https://github.com/tutumcloud/tutum-docker-mysql
Add the following to your docker-compose.yml file:
mysql:
image: yappabe/mysql
ports:
- 3306:3306
environment:
ON_CREATE_DB: your_mysql_database_name_here
MYSQL_PASS: your_mysql_password_here
MYSQL_USER: your_mysql_user_here
Content type
Image
Digest
sha256:a03a8e398…
Size
112.7 MB
Last updated
over 8 years ago
docker pull yappabe/mysql