Skip to content

Commit 2c72c5c

Browse files
authored
docker-entrypoint.sh
1 parent 491100e commit 2c72c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ check_vars_exist() {
1616

1717
# Split out host and port from DB_HOST env variable
1818
IFS=":" read -r DB_HOST_NAME DB_PORT <<< "$DB_HOST"
19-
DB_PORT=${DB_PORT:-5432}
19+
DB_PORT=${DB_PORT:-3306}
2020

2121
# Ensure there is no local .env file
2222
if [ -f ".env" ]; then

0 commit comments

Comments
 (0)