You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/02/24 14:08:24 UTC

[GitHub] [dubbo-go-samples] zhaoyunxing92 commented on a change in pull request #53: add:metric文档

zhaoyunxing92 commented on a change in pull request #53:
URL: https://github.com/apache/dubbo-go-samples/pull/53#discussion_r581987527



##########
File path: metric/go-server/docker/docker-compose.yml
##########
@@ -1,9 +1,41 @@
-version: '3'
+version: '3.5'
 
 services:
   zookeeper:
-    image: zookeeper
+    image: zookeeper:latest
+    container_name: zookeeper
+    networks:
+      - dubbo
     ports:
       - 2181:2181
-    restart: on-failure
-
+  #  grafana:

Review comment:
       我感觉失败了应该去排查不应该频繁重启




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org