1248 shaares
1 result
tagged
pgadmin
docker run --rm -d -e PGADMIN_DEFAULT_EMAIL=toto@toto.fr -e PGADMIN_DEFAULT_PASSWORD=toto1234 --name pgadmin4 --mount source=pgadmin4,target=/var/lib/pgadmin -p 8000:80 docker.io/dpage/pgadmin4:latest /bin/bash