Last active
October 13, 2017 21:50
-
-
Save localshred/ed184d999e8785a8249cb012ac6cd5ef to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"image": "mysql:5", | |
"volumes": [ | |
"${KUDE_CONFIG_HOME}/mysql/var/lib/mysql:/var/lib/mysql" | |
], | |
"ports": [ | |
"3306:3306" | |
], | |
"environment": { | |
"MYSQL_ALLOW_EMPTY_PASSWORD": "yes" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment