Skip to content

Instantly share code, notes, and snippets.

@adamlacombe
Created December 31, 2020 21:27
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 adamlacombe/450cb8961ac473c3f63ea0f13628b56f to your computer and use it in GitHub Desktop.
Save adamlacombe/450cb8961ac473c3f63ea0f13628b56f to your computer and use it in GitHub Desktop.
docker run --name mysql -v /mysql-data:/var/lib/mysql -v /mysql:/etc/mysql/conf.d -e MYSQL_ROOT_PASSWORD=root -e MYSQL_ROOT_HOST=% -p 3306:3306 -d mysql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment