You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2021/02/24 06:39:11 UTC

[skywalking-docker] branch master updated: Update docker-compose.yml (#16)

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

wusheng 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 d7b86e4  Update docker-compose.yml (#16)
d7b86e4 is described below

commit d7b86e4ef0e97b2437735953b0209a34ec190a5c
Author: kkl129 <ya...@126.com>
AuthorDate: Wed Feb 24 14:38:24 2021 +0800

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

diff --git a/compose/docker-compose.yml b/compose/docker-compose.yml
index 6aa084c..bc04f4b 100644
--- a/compose/docker-compose.yml
+++ b/compose/docker-compose.yml
@@ -39,7 +39,7 @@ services:
     volumes:
       - data:/usr/share/elasticsearch/data
   oap:
-    image: apache/skywalking-oap-server:8.3.0-es6
+    image: apache/skywalking-oap-server:8.4.0-es6
     container_name: oap
     depends_on:
       - elasticsearch
@@ -62,7 +62,7 @@ services:
       SW_TELEMETRY: prometheus
       JAVA_OPTS: "-Xms2048m -Xmx2048m"
   ui:
-    image: apache/skywalking-ui:8.3.0
+    image: apache/skywalking-ui:8.4.0
     container_name: ui
     depends_on:
       - oap