pgadmin4
pgadmin4 docker container from python-wheel installation with default listen ipv4 on port 8080
10K+
This is a custom Dockerfile build from the official Postgresql Python wheel package.
It uses gunicorn to start the Instance and listens on 0.0.0.0:8080. To start the Container
(the environment variables are optional) execute:
docker pull ravermeister/pgadmin4
docker run -p 8080:8080 \
-e SMTP_HOST="localhost" \
-e SMTP_PORT=25 \
-e SMTP_MAIL_SENDER="no-reply@localhost" \
ravermeister/pgadmin4
Then go to URL http://localhost:8080, the default admin user is:
| User | [email protected] |
| Password | changeme |
Please change the Password for the admin User, as soon as the Container is running !! or even better create a new admin User and delete the the existing default one
Please visit the Source Code Repository for more Information. Feel free to contribute :)
Content type
Image
Digest
sha256:18336cff4…
Size
377.7 MB
Last updated
9 months ago
docker pull ravermeister/pgadmin4