zhongjiajie commented on code in PR #15534:
URL: 
https://github.com/apache/dolphinscheduler/pull/15534#discussion_r1470651338


##########
docs/docs/en/guide/start/docker.md:
##########
@@ -72,7 +72,7 @@ $ DOLPHINSCHEDULER_VERSION=<version>
 # Initialize the database, make sure database <DATABASE> already exists
 $ docker run -d --name dolphinscheduler-tools \
     -e DATABASE="postgresql" \
-    -e SPRING_DATASOURCE_URL="jdbc:postgresql://localhost:5432/<DATABASE>" \
+    -e 
SPRING_DATASOURCE_URL="jdbc:postgresql://localhost:5432/dolphinscheduler" \

Review Comment:
   change others components env `SPRING_DATASOURCE_URL` LGTM 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to