Skip to content

yappabe/docker-mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker pulls

Yappa Mysql Docker Image

For more info, see https://github.com/tutumcloud/tutum-docker-mysql

Usage

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

ENV vars

  • ON_CREATE_DB: Database to be created
  • MYSQL_PASS: Mysql password
  • MYSQL_USER: Mysql user

Releases

No releases published

Packages

No packages published