Sign inSign up

microbox/pgweb

By microbox

Updated almost 10 years ago

Web-based PostgreSQL database browser

Image
3

50K+

microbox/pgweb repository overview

Name
  • microbox/pgweb
Version
  • 0.5.1
Size
  • ~ 15.19 MB
Usage

Start pgweb with postgres url

docker run --rm -it -p 8080:8080 -e URL="postgres://user:password@host:port/database?sslmode=[mode]" microbox/pgweb

Start pgweb with basic auth

docker run --rm -it -p 8080:8080 -e PGWEB_USER=pgweb -e PGWEB_PASS="microbox" microbox/pgweb

Visit http://docker-ip:8080 to see the WebUI

Tag summary

Content type

Image

Digest

sha256:f521bcf5f

Size

3.7 MB

Last updated

almost 10 years ago

docker pull microbox/pgweb