diff --git a/src/config/entrypoint.sh b/src/config/entrypoint.sh index b4055f5..d71bbb7 100644 --- a/src/config/entrypoint.sh +++ b/src/config/entrypoint.sh @@ -1,6 +1,7 @@ #!/bin/bash RUN_PORT="8000" -SQL_HOST=5432 +SQL_HOST=postgresql +SQL_PORT=5432 if [ "$DATABASE" = "postgres" ] then