Skip to content

Instantly share code, notes, and snippets.

@andreppires
Created May 3, 2019 17:01
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 andreppires/836ad327c65e3deb5b51aa774644d04a to your computer and use it in GitHub Desktop.
Save andreppires/836ad327c65e3deb5b51aa774644d04a to your computer and use it in GitHub Desktop.
[PgAdmin4] Run PgAdmin via docker
docker run -p 80:80 \
-e "PGADMIN_DEFAULT_EMAIL=user@domain.com" \
-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