Skip to content

microbox/pgweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages