Skip to content

shedar/Docker-Postgresql-9.5-Phppgadmin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker-Postgresql-9.5-Phppgadmin

A postgresql 9.5 server with phppgadmin

Usage

First make the image :
docker build -t postgresql-phppgadmin .
Then a container :
docker run -d -p 12345:80 --name=postg postgresql-phppgadmin
You can now access the phppgadmin interface from http://127.0.0.1:12345/ The default password for user 'postgres' is 'postgres'.

About

A postgresql 9.5 server with phppgadmin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%