Created
December 11, 2019 17:31
-
-
Save claudiobusatto/e07b8adc3378fa6b6b6ac3a12c51f65e to your computer and use it in GitHub Desktop.
pgAdmin running on 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 container run \ | |
-e [email protected] \ | |
-e PGADMIN_DEFAULT_PASSWORD=123456 \ | |
-p 80:80 \ | |
dpage/pgadmin4 | |
# pgAdmin4 will be available on http://localhost:80 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment