caishunfeng commented on code in PR #10026:
URL: https://github.com/apache/dolphinscheduler/pull/10026#discussion_r873099920


##########
deploy/docker/docker-compose.yml:
##########
@@ -19,6 +19,9 @@ version: "3.8"
 services:
   dolphinscheduler-postgresql:
     image: bitnami/postgresql:11.11.0
+    ports:
+      - "5432:5432"
+    profiles: ["all", "schema-init"]

Review Comment:
   > BTW, we should change the document and note users should use 
`docker-comopse` after version `1.28.0` according 
https://docs.docker.com/compose/release-notes/#1280. And I find out all 
examples in https://docs.docker.com/compose/profiles/ using `version: "3.9"`, 
did you test 3.8 locally?
   
   Yes, I test `version: "3.8"` at local and it's ok. I will change the doc of 
docker-compose version. Thanks for your reminder.



-- 
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