@@ -81,7 +81,7 @@ $ docker run -d --name dolphinscheduler-tools \
8181# Starting DolphinScheduler service
8282$ docker run -d --name dolphinscheduler-master \
8383 -e DATABASE=" postgresql" \
84- -e SPRING_DATASOURCE_URL=" jdbc:postgresql://localhost:5432/dolphinscheduler " \
84+ -e SPRING_DATASOURCE_URL=" jdbc:postgresql://localhost:5432/<DATABASE> " \
8585 -e SPRING_DATASOURCE_USERNAME=" <USER>" \
8686 -e SPRING_DATASOURCE_PASSWORD=" <PASSWORD>" \
8787 -e SPRING_JACKSON_TIME_ZONE=" UTC" \
@@ -90,7 +90,7 @@ $ docker run -d --name dolphinscheduler-master \
9090 -d apache/dolphinscheduler-master:" ${DOLPHINSCHEDULER_VERSION} "
9191$ docker run -d --name dolphinscheduler-worker \
9292 -e DATABASE=" postgresql" \
93- -e SPRING_DATASOURCE_URL=" jdbc:postgresql://localhost:5432/dolphinscheduler " \
93+ -e SPRING_DATASOURCE_URL=" jdbc:postgresql://localhost:5432/<DATABASE> " \
9494 -e SPRING_DATASOURCE_USERNAME=" <USER>" \
9595 -e SPRING_DATASOURCE_PASSWORD=" <PASSWORD>" \
9696 -e SPRING_JACKSON_TIME_ZONE=" UTC" \
@@ -99,7 +99,7 @@ $ docker run -d --name dolphinscheduler-worker \
9999 -d apache/dolphinscheduler-worker:" ${DOLPHINSCHEDULER_VERSION} "
100100$ docker run -d --name dolphinscheduler-api \
101101 -e DATABASE=" postgresql" \
102- -e SPRING_DATASOURCE_URL=" jdbc:postgresql://localhost:5432/dolphinscheduler " \
102+ -e SPRING_DATASOURCE_URL=" jdbc:postgresql://localhost:5432/<DATABASE> " \
103103 -e SPRING_DATASOURCE_USERNAME=" <USER>" \
104104 -e SPRING_DATASOURCE_PASSWORD=" <PASSWORD>" \
105105 -e SPRING_JACKSON_TIME_ZONE=" UTC" \
@@ -108,7 +108,7 @@ $ docker run -d --name dolphinscheduler-api \
108108 -d apache/dolphinscheduler-api:" ${DOLPHINSCHEDULER_VERSION} "
109109$ docker run -d --name dolphinscheduler-alert-server \
110110 -e DATABASE=" postgresql" \
111- -e SPRING_DATASOURCE_URL=" jdbc:postgresql://localhost:5432/dolphinscheduler " \
111+ -e SPRING_DATASOURCE_URL=" jdbc:postgresql://localhost:5432/<DATABASE> " \
112112 -e SPRING_DATASOURCE_USERNAME=" <USER>" \
113113 -e SPRING_DATASOURCE_PASSWORD=" <PASSWORD>" \
114114 -e SPRING_JACKSON_TIME_ZONE=" UTC" \
0 commit comments