diff --git a/staytus/entrypoint.sh b/staytus/entrypoint.sh index 04254360f..9325bdbdb 100755 --- a/staytus/entrypoint.sh +++ b/staytus/entrypoint.sh @@ -2,7 +2,7 @@ : ${DB_USER:=root} : ${DB_PASSWORD:=root} -: ${DB_DB_DATABSE:=staytus} +: ${DB_DATABSE:=staytus} : ${DB_HOST:=127.0.0.1} #: ${DB_PORT:=3306}