Skip to content

Instantly share code, notes, and snippets.

@ChechoCZ
Created March 21, 2021 01:26
Show Gist options
  • Save ChechoCZ/44ffc46bb566711a93a8195e7000d28d to your computer and use it in GitHub Desktop.
Save ChechoCZ/44ffc46bb566711a93a8195e7000d28d to your computer and use it in GitHub Desktop.
PgAdmin Docker
docker run --name pgadmin -p 9000: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