From c858f86645e3d1e62e0c40757b0b036a7fee20dd Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 9 May 2019 22:57:44 +0000 Subject: [PATCH] --- devdocs/tools.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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