[TOOLS][DOCKER] Further fixes in the docker environment and fixed the install script

This commit is contained in:
Hugo Sales
2020-05-06 15:32:07 +00:00
committed by Hugo Sales
parent b1afa9cf91
commit 50e450f082
3 changed files with 12 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ case $DBMS in
CMD="mysqladmin ping --silent -hdb -uroot -p${MYSQL_ROOT_PASSWORD}"
;;
"postgres")
CMD="pg_isready -hdb -q"
CMD="pg_isready -hdb -q -Upostgres"
;;
*)
exit 1