Created
May 3, 2019 17:01
-
-
Save andreppires/836ad327c65e3deb5b51aa774644d04a to your computer and use it in GitHub Desktop.
[PgAdmin4] Run PgAdmin via docker
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 run -p 80:80 \ | |
-e "[email protected]" \ | |
-e "PGADMIN_DEFAULT_PASSWORD=SuperSecret" \ | |
-d dpage/pgadmin4 | |
# Go to http://127.0.0.1 to access pgadmin. Email and password in the command above |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment