Skip to content

Instantly share code, notes, and snippets.

@jparanda
Created May 9, 2022 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jparanda/039609cdcf81a5d2aaf61c145d927ca7 to your computer and use it in GitHub Desktop.
Save jparanda/039609cdcf81a5d2aaf61c145d927ca7 to your computer and use it in GitHub Desktop.
docker run -d \
--name pgadmin \
-e PGADMIN_DEFAULT_EMAIL=juan.aranda.galvis@gmail.com \
-e PGADMIN_DEFAULT_PASSWORD=12345 \
-e PGADMIN_LISTEN_PORT=92 \
-p 9292:92 \
--network pgnetwork \
dpage/pgadmin4:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment