vidakovic commented on code in PR #3570:
URL: https://github.com/apache/fineract/pull/3570#discussion_r1384454567
##########
docker-compose.yml:
##########
@@ -45,8 +46,7 @@ services:
ports:
- 8443:8443
depends_on:
- fineractmysql:
- condition: service_healthy
+ - fineractmysql
Review Comment:
These two expressions are not doing the same thing. "condition:
service_healthy" is actually intended an more accurate than what you suggest
here.
--
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]