Skip to content

Instantly share code, notes, and snippets.

@saggie
Last active April 19, 2021 06:30
Show Gist options
  • Save saggie/862043a41fcf9817a9aff1180d4d4787 to your computer and use it in GitHub Desktop.
Save saggie/862043a41fcf9817a9aff1180d4d4787 to your computer and use it in GitHub Desktop.
Run pgAdmin 4 via Docker
docker run --rm -p 10080:80 -e [email protected] -e PGADMIN_DEFAULT_PASSWORD=pgadmin dpage/pgadmin4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment