wnameless/postgresql-phppgadmin

By wnameless

Updated over 9 years ago

postgresql + phpPgAdmin https://index.docker.io/u/wnameless/postgresql-phppgadmin

Image
15

5.5K

Database default encoding has been changed to UTF-8

Run with 22, 80 and 5432 ports opened:
docker run -d -p 49160:22 -p 49161:80 -p 49162:5432 wnameless/postgresql-phppgadmin

Open http://localhost:49161/phppgadmin in your browser with following credential:
username: postgres
password: postgres

Login by SSH
ssh root@localhost -p 49160
password: admin

Docker Pull Command

docker pull wnameless/postgresql-phppgadmin