wu-sheng closed pull request #800: Fix the docker version is out of date
URL: https://github.com/apache/incubator-skywalking/pull/800
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docker-compose.yml b/docker-compose.yml
index 09db04f8e..aeb1328f7 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -1,7 +1,7 @@
 version: '2.1'
 services:
   skywalking-webui:
-    image: skywalking/skywalking-ui:5.0-2018-preview
+    image: skywalking/skywalking-ui:5.0.0-alpha
     expose:
       - "8080"
     ports:
@@ -15,7 +15,7 @@ services:
       - COLLECTOR_SERVERS=skywalking-collector:10800
 
   skywalking-collector:
-    image: skywalking/skywalking-collector:5.0-2018-preview
+    image: skywalking/skywalking-collector:5.0.0-alpha
     expose:
       - "10800"
       - "11800"


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to