Last active
May 9, 2018 04:57
-
-
Save victorvs0uz4/d582ef57dc90af9b0c915eadf9a1a82a 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 --name phpmyadmin -d --link mysql_server -p 8081:80 -e PMA_HOST=mysql_server --network wordpress_wordpress-network phpmyadmin/phpmyadmin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment