jeerbl / phppgadmin-authallowed

phpPgAdmin with authentication allowed.

Home Page:https://hub.docker.com/r/jeerbl/phppgadmin-authallowed/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

phppgadmin-authallowed

This image is based on maxexcloo/phppgadmin. This image is the same as the one it is built from, except that the extra_login_security is set to false, allowing users to login to manage databases.

How to use

You can run using the command:

docker run --name="phppgadmin" --env=["VIRTUAL_HOST={Virtual Host}"] --link={Database Container Name}:postgresql -p {Port}:80 -d jeerbl/phppgadmin-authallowed

This will make the phppgadmin server run on {Virtual Host}:{Port}.

Make sure that the container running {Database Name} is on Docker's default bridge network

docker network connect bridge {Database Container Name}

The default login/password for PostgreSQL databases is postgres/postgres.

About

phpPgAdmin with authentication allowed.

https://hub.docker.com/r/jeerbl/phppgadmin-authallowed/


Languages

Language:PHP 100.0%