Skip to content

Instantly share code, notes, and snippets.

@everaldo
Created June 26, 2020 22:43
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 everaldo/e7a085e69b475e4d3526701ac9b8f361 to your computer and use it in GitHub Desktop.
Save everaldo/e7a085e69b475e4d3526701ac9b8f361 to your computer and use it in GitHub Desktop.
docker run --name myadmin -d -e PMA_HOST=mydatabase.com -e PMA_USER=admin -e PMA_PASSWORD=password -p 8080:80 phpmyadmin/phpmyadmin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment