Skip to content

Instantly share code, notes, and snippets.

@Staggerlee011
Created March 31, 2020 20:00
Show Gist options
  • 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 '[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