Skip to content

Instantly share code, notes, and snippets.

@daniellavoie
Created October 10, 2016 11:14
Show Gist options
  • Save daniellavoie/8cd801d592b475268d06f3f6f0456f0f to your computer and use it in GitHub Desktop.
Save daniellavoie/8cd801d592b475268d06f3f6f0456f0f to your computer and use it in GitHub Desktop.
MySQL Docker instance
services:
mysql:
image: tutum/mysql
environment:
- MYSQL_PASS=test
- MYSQL_USER=test
- ON_CREATE_DB=test
ports:
- 3306
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment