You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ha...@apache.org on 2019/07/03 15:19:52 UTC

[skywalking-docker] branch master updated: Update compose file

This is an automated email from the ASF dual-hosted git repository.

hanahmily pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-docker.git


The following commit(s) were added to refs/heads/master by this push:
     new 3b830b3  Update compose file
3b830b3 is described below

commit 3b830b34e9a6d759088d948de90ab2d9669d1841
Author: Gao Hongtao <ha...@gmail.com>
AuthorDate: Wed Jul 3 23:19:42 2019 +0800

    Update compose file
---
 6/6.2/compose/docker-compose.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/6/6.2/compose/docker-compose.yml b/6/6.2/compose/docker-compose.yml
index 7c4964e..7b8b887 100644
--- a/6/6.2/compose/docker-compose.yml
+++ b/6/6.2/compose/docker-compose.yml
@@ -32,7 +32,7 @@ services:
         soft: -1
         hard: -1
   oap:
-    image: apache/skywalking-oap-server:6.1.0
+    image: apache/skywalking-oap-server:6.2.0
     container_name: oap
     depends_on:
       - elasticsearch
@@ -46,7 +46,7 @@ services:
       SW_STORAGE: elasticsearch
       SW_STORAGE_ES_CLUSTER_NODES: elasticsearch:9200
   ui:
-    image: apache/skywalking-ui:6.1.0
+    image: apache/skywalking-ui:6.2.0
     container_name: ui
     depends_on:
       - oap