Skip to content

Instantly share code, notes, and snippets.

@localshred
Last active October 13, 2017 21:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save localshred/ed184d999e8785a8249cb012ac6cd5ef to your computer and use it in GitHub Desktop.
Save localshred/ed184d999e8785a8249cb012ac6cd5ef to your computer and use it in GitHub Desktop.
{
"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