Skip to content

donnex/docker-pgweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

docker-pgweb

Runs pgweb, a web-based PostgreSQL database browser.

How to use

Use with --link (postgres as internal hostname), expose port 8080:

docker run --rm -p 8080:8080 --link POSTGRES_CONTAINER:postgres donnex/pgweb

Alt. connect pgweb to an existing docker network, expose port 8080:

docker run --rm -p 8080:8080 --net EXISTING_DOCKER_NETWORK donnex/pgweb
```

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published