From 7caaba509fc36c3e8d3f8bfa2a0e0e3cb36fe312 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Thu, 17 Oct 2019 22:39:28 +0300 Subject: [PATCH] Update README.md --- 6/6.3/oap/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/6/6.3/oap/README.md b/6/6.3/oap/README.md index c062478..7ef3348 100644 --- a/6/6.3/oap/README.md +++ b/6/6.3/oap/README.md @@ -23,6 +23,9 @@ $ docker run --name oap --restart always -d -e SW_STORAGE=elasticsearch -e SW_ST We could set up environment variables to configure this image. Most of them are defined in [backend-setup](https://github.com/apache/skywalking/blob/v6.3.0/docs/en/setup/backend/backend-setup.md), but Apache SkyWalking Docker Image adds extra environment variables to help the user to compose it properly. The details are located in [docker-entrypoint.sh](docker-entrypoint.sh) +## SW_ENVOY_ALS_ENABLED +No default value, set it to `true` to open ALS solution of SkyWalking. + ## SW_CLUSTER Default value is `standalone`, avaliable values are: -- GitLab