Skip to content

Instantly share code, notes, and snippets.

@emmiedev
Created March 14, 2022 14:30
Show Gist options
  • Select an option

  • Save emmiedev/140a29e5a96affe050470aa3e94384c6 to your computer and use it in GitHub Desktop.

Select an option

Save emmiedev/140a29e5a96affe050470aa3e94384c6 to your computer and use it in GitHub Desktop.
docker run --restart=always --name=mysql -e MYSQL_ROOT_PASSWORD=123456789 -e MYSQL_DATABASE=database_name -p 3306:3306 -d mysql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment