Created
March 31, 2020 20:00
-
-
Save Staggerlee011/6b24137bdd9bf9db65cf5b6ddac5d2e0 to your computer and use it in GitHub Desktop.
pg_admin container: http://localhost:65432/
This file contains 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 pull dpage/pgadmin4 | |
docker run -p 65432:80 -e '[email protected]' -e 'PGADMIN_DEFAULT_PASSWORD=SuperSecret' -d dpage/pgadmin4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment