Skip to content

Instantly share code, notes, and snippets.

@guitarrapc
Last active March 8, 2021 04:25
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 guitarrapc/d034a384ce6a0ce42612741339c64063 to your computer and use it in GitHub Desktop.
Save guitarrapc/d034a384ce6a0ce42612741339c64063 to your computer and use it in GitHub Desktop.
version: "3"
services:
mysql:
image: mysql:5.7.12
ports:
- 3506:3306
environment:
MYSQL_ROOT_PASSWORD: root
{
"features": {
"buildkit": true
},
"registry-mirrors": [],
"insecure-registries": [],
"debug": true,
"experimental": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment