pgAdmin is the administration and development platform for PostgreSQL
10K+
pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world.
PGADMIN_BG_COLOR - this variable passes the name of the color to change background colortcp/80 - pgAdmin listening endpointdocker run --rm -it \
--env PGADMIN_BG_COLOR='#000fff' \
--env '[email protected]' \
--env 'PGADMIN_DEFAULT_PASSWORD=SuperSecret' \
--env 'PGADMIN_CONFIG_MASTER_PASSWORD_REQUIRED=False' \
--env 'PGADMIN_CONFIG_SERVER_MODE=False' \
--publish 8080:80 \
theanurin/pgadmin4
Content type
Image
Digest
sha256:a6282dbd2…
Size
168.8 MB
Last updated
11 months ago
docker pull theanurin/pgadmin4