Merge pull request #177 from ascrutae/zhangxin/fix/176

modify the expose port of collector image
This commit is contained in:
吴晟 Wu Sheng 2017-04-27 09:37:51 +08:00 committed by GitHub
commit 7beda22aca
2 changed files with 3 additions and 3 deletions

View File

@ -14,10 +14,10 @@ services:
skywalking-collector:
image: skywalking-collector:3.0.1-2017
expose:
- "7001"
- "12800"
- "1000"
ports:
- "7001:7001"
- "12800:12800"
depends_on:
es-server:
condition: service_healthy

View File

@ -9,7 +9,7 @@ ENV CLUSTER_CURRENT_HOST_NAME=127.0.0.1 \
ES_INDEX_SHARDS_NUMBER=2 \
ES_INDEX_REPLICAS_NUMBER=0 \
HTTP_HOST_NAME=127.0.0.1 \
HTTP_PORT=7001 \
HTTP_PORT=12800 \
HTTP_CONTEXT_PATH=/
ADD skywalking-collector.tar.gz /usr/local