fixed docker compose image path error

This commit is contained in:
彭勇升 Buddha 2017-06-18 11:32:07 +08:00 committed by GitHub
parent 179e5578d1
commit 9e6904c952
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
version: '2.1'
services:
skywalking-webui:
image: sky-walking-ui:3.1-2017
image: skywalking/sky-walking-ui:3.1-2017
expose:
- "8080"
ports:
@ -12,7 +12,7 @@ services:
- COLLECTOR_SERVERS=skywalking-collector:12800
skywalking-collector:
image: skywalking-collector:3.1-2017
image: skywalking/skywalking-collector:3.1-2017
expose:
- "12800"
- "1000"