Answers for "pgadmin4 container"

0

pgadmin4 container

docker pull dpage/pgadmin4
docker run -p 80:80 \
    -e '[email protected]' \
    -e 'PGADMIN_DEFAULT_PASSWORD=SuperSecret' \
    -d dpage/pgadmin4
# https://www.pgadmin.org/docs/pgadmin4/latest/container_deployment.html
Posted by: Guest on March-28-2022

Code answers related to "pgadmin4 container"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language