Created
March 14, 2022 14:30
-
-
Save emmiedev/140a29e5a96affe050470aa3e94384c6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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