Sign inSign up

0lfi/pgadmin

By 0lfi

Updated about 4 years ago

Image
0

2.4K

0lfi/pgadmin repository overview

0lfi/pgadmin

TL;TR

docker run --rm -d \
  -p 8080:80 \
  -e PGA_SERVERS="localhost,db.mydomain.org:5555,db.myotherdomain.net:9999" \
  0lfi/pgadmin

Environment variables

  • PGA_SERVERS
    • coma separated list of hostname:port
    • if port is ommited, default port 5432 is used

Tag summary

Content type

Image

Digest

Size

32.4 MB

Last updated

about 4 years ago

docker pull 0lfi/pgadmin