Skip to content

Instantly share code, notes, and snippets.

@AlbertSuarez
Created December 2, 2019 14:44
Show Gist options
  • Save AlbertSuarez/e4af1b888168fab1534af70c6694e5d2 to your computer and use it in GitHub Desktop.
Save AlbertSuarez/e4af1b888168fab1534af70c6694e5d2 to your computer and use it in GitHub Desktop.
Run PgAdmin4 as a Docker container
docker run -p 5050:80 -e "PGADMIN_DEFAULT_EMAIL=email" -e "PGADMIN_DEFAULT_PASSWORD=password" -d dpage/pgadmin4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment