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


##########
deploy/docker/docker-compose.yml:
##########
@@ -66,15 +71,14 @@ services:
     image: ${HUB}/dolphinscheduler-api:${TAG}
     ports:
       - "12345:12345"
+    profiles: ["all"]
     env_file: .env
     healthcheck:
       test: [ "CMD", "curl", "http://localhost:12345/actuator/health"; ]

Review Comment:
   This should change to 
```http://localhost:12345/dolphinscheduler/actuator/health``` since we have 
context path in ```api-server```.



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