mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-21 15:25:09 +00:00
fix: export DB_PORT environment variable
This commit is contained in:
parent
86a2fcc1fa
commit
577f93a3b7
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ function configureEnv() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -z "${DB_PORT}" ]]; then
|
if [[ -z "${DB_PORT}" ]]; then
|
||||||
DB_PORT=3306
|
export DB_PORT=3306
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export DB_HOST="${MARIADB_HOST:-$POSTGRES_HOST}"
|
export DB_HOST="${MARIADB_HOST:-$POSTGRES_HOST}"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue