You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2021/12/09 11:44:06 UTC

[GitHub] [dolphinscheduler] calvinjiang commented on a change in pull request #7290: [Fix-7196] Remedy a few issues with the docker deployment and the initializing database.

calvinjiang commented on a change in pull request #7290:
URL: https://github.com/apache/dolphinscheduler/pull/7290#discussion_r765711189



##########
File path: docker/build/startup-init-conf.sh
##########
@@ -26,9 +26,8 @@ echo "init env variables"
 # Database
 #============================================================================
 [ "h2" == ${DATABASE_TYPE} ] || export DATABASE_TYPE=${DATABASE_TYPE:-"postgresql"}
-# export DATABASE_DRIVER=${DATABASE_DRIVER:-"org.postgresql.Driver"}
 [ "h2" == ${DATABASE_TYPE} ] || export DATABASE_HOST=${DATABASE_HOST:-"127.0.0.1"}
-[ "h2" == ${DATABASE_TYPE} ] || export DATABASE_PORT=${DATABASE_PORT:-"5432"}
+[ "h2" == ${DATABASE_TYPE} ] || export e=${DATABASE_PORT:-"5432"}

Review comment:
       I've committed it again.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org