forked from GNUsocial/gnu-social
[TOOLS][DOCKER] Further fixes in the docker environment and fixed the install script
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user