Skip to content

Instantly share code, notes, and snippets.

@claudiobusatto
Created December 11, 2019 17:31
Show Gist options
  • Save claudiobusatto/e07b8adc3378fa6b6b6ac3a12c51f65e to your computer and use it in GitHub Desktop.
Save claudiobusatto/e07b8adc3378fa6b6b6ac3a12c51f65e to your computer and use it in GitHub Desktop.
pgAdmin running on Docker
docker container run \
-e [email protected] \
-e PGADMIN_DEFAULT_PASSWORD=123456 \
-p 80:80 \
dpage/pgadmin4
# pgAdmin4 will be available on http://localhost:80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment