You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2019/09/12 03:38:44 UTC

[GitHub] [skywalking] itfinally edited a comment on issue #3464: Correction description about application config make NPE issue

itfinally edited a comment on issue #3464: Correction description about application config make NPE issue
URL: https://github.com/apache/skywalking/issues/3464#issuecomment-530650777
 
 
   Sure, the command:
   ```yml
   docker run \
     --network=host \
     --restart=always \
     --env-file /data/server/skywalking/oap_config.list \
     --name skywalking-oap \
     -d docker.io/apache/skywalking-oap-server
   ```
   
   And `oap_config.list`:
   
   ```text
   SW_CLUSTER=nacos
   SW_SERVICE_NAME=itfinally.skywalking
   SW_CLUSTER_NACOS_HOST_PORT=192.168.16.132:8848
   
   
   SW_STORAGE=elasticsearch
   #SW_NAMESPACE=skywalking
   SW_STORAGE_ES_CLUSTER_NODES=192.168.16.132:9200
   SW_STORAGE_ES_HTTP_PROTOCOL=http
   
   
   SW_CONFIGURATION=nacos
   SW_CONFIGURATION_NACO_SERVER_ADDR=192.168.16.132
   SW_CONFIGURATION_NACO_PORT=8848
   SW_CONFIGURATION_NACO_GROUP=skywalking
   SW_CONFIGURATION_NACO_CLUSTER_NAME=default
   
   
   SW_CORE_REST_HOST=0.0.0.0
   SW_CORE_REST_PORT=12800
   SW_CORE_REST_CONTEXT_PATH=/
   SW_CORE_GRPC_HOST=0.0.0.0
   SW_CORE_GRPC_PORT=11800
   ```

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


With regards,
Apache Git Services