fix: export DB_PORT environment variable
This commit is contained in:
parent
86a2fcc1fa
commit
577f93a3b7
@ -29,7 +29,7 @@ function configureEnv() {
|
||||
fi
|
||||
|
||||
if [[ -z "${DB_PORT}" ]]; then
|
||||
DB_PORT=3306
|
||||
export DB_PORT=3306
|
||||
fi
|
||||
|
||||
export DB_HOST="${MARIADB_HOST:-$POSTGRES_HOST}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user