浏览代码

Fix commented out location of Elasticsearch service in healthcheck #828

Mark Shust 2 年之前
父节点
当前提交
83c0dfeb41
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      compose/compose.healthcheck.yaml

+ 2 - 2
compose/compose.healthcheck.yaml

@@ -16,10 +16,10 @@ services:
         condition: service_healthy
       opensearch:
         condition: service_healthy
-      #elasticsearch:
-      #  condition: service_healthy
       rabbitmq:
         condition: service_healthy
+      #elasticsearch:
+      #  condition: service_healthy
 
   db:
     healthcheck: