Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Staggerlee011
Created March 31, 2020 20:00
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 Staggerlee011/6b24137bdd9bf9db65cf5b6ddac5d2e0 to your computer and use it in GitHub Desktop.
Save Staggerlee011/6b24137bdd9bf9db65cf5b6ddac5d2e0 to your computer and use it in GitHub Desktop.
pg_admin container: http://localhost:65432/
docker pull dpage/pgadmin4
docker run -p 65432:80 -e 'PGADMIN_DEFAULT_EMAIL=user@domain.com' -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