diff --git a/devdocs/tools.txt b/devdocs/tools.txt index 3ab9de77..9e5b930b 100644 --- a/devdocs/tools.txt +++ b/devdocs/tools.txt @@ -560,7 +560,7 @@ https://hub.docker.com/r/dpage/pgadmin4/ RUN IT: -docker run -p 80:80 --link pg -e "PGADMIN_DEFAULT_EMAIL=support@ayanova.com" -e "PGADMIN_DEFAULT_PASSWORD=abraxis" -d dpage/pgadmin4 +docker run --rm -p 5050:80 --link pg -e "PGADMIN_DEFAULT_EMAIL=support@ayanova.com" -e "PGADMIN_DEFAULT_PASSWORD=abraxis" -d dpage/pgadmin4 Browse to the site either localhost or if a port specified then another port Login using support@ayanova.com and abraxis