Skip to content

Get pgAdmin4 up and running in a docker container in minutes

License

Notifications You must be signed in to change notification settings

kthxbyte/dockerized-pgadmin4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

dockerized-pgadmin4

This is a quick and easy deploy recipe for pgadmin4, so we can get it up and running inside a docker container in a few minutes.

Installation steps

docker-compose build
docker-compose up

Now you can open pgAdmin by browsing http://localhost:8080

Default user account

username: pgadmin4@docker password: pgadmin4

If you want to change the login, password and TCP port, simply edit the environment variables in the Dockerfile.

About

Get pgAdmin4 up and running in a docker container in minutes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published