mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-16 11:51:30 +00:00
Changed the comment "DB" to "DB aka Database
This commit is contained in:
@@ -6,8 +6,7 @@ if [ "$DEBUG" == "true" ] || [ "$DEBUG" == "True" ]; then
|
|||||||
fi
|
fi
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Custom env variables
|
# DB aka Database
|
||||||
# DB
|
|
||||||
DB_HOST="${DB_HOST:-127.0.0.1}"
|
DB_HOST="${DB_HOST:-127.0.0.1}"
|
||||||
DB_HOST_PORT="${DB_HOST_PORT:-5432}"
|
DB_HOST_PORT="${DB_HOST_PORT:-5432}"
|
||||||
DB_USER="${DB_USER:-zulip}"
|
DB_USER="${DB_USER:-zulip}"
|
||||||
|
|||||||
Reference in New Issue
Block a user