Update docker-compose for next release.

This commit is contained in:
wusheng 2017-04-26 11:43:17 +08:00
parent 737e6a57a9
commit 7e80c6af37
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
version: '2.1'
services:
skywalking-webui:
image: sky-walking-ui:1.0
image: sky-walking-ui:3.0.1-2017
expose:
- "8080"
ports:
@ -12,7 +12,7 @@ services:
- COLLECTOR_SERVERS=skywalking-collector:7001
skywalking-collector:
image: skywalking-collector:3.0-2017
image: skywalking-collector:3.0.1-2017
expose:
- "7001"
- "1000"
@ -37,4 +37,4 @@ services:
test: ["CMD", "curl", "-f", "http://localhost:9200"]
interval: 30s
timeout: 10s
retries: 5
retries: 5