We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 491100e commit 2c72c5cCopy full SHA for 2c72c5c
docker-entrypoint.sh
@@ -16,7 +16,7 @@ check_vars_exist() {
16
17
# Split out host and port from DB_HOST env variable
18
IFS=":" read -r DB_HOST_NAME DB_PORT <<< "$DB_HOST"
19
-DB_PORT=${DB_PORT:-5432}
+DB_PORT=${DB_PORT:-3306}
20
21
# Ensure there is no local .env file
22
if [ -f ".env" ]; then
0 commit comments