diff options
author | startxfr <clarue@startx.fr> | 2015-12-05 03:47:33 +0100 |
---|---|---|
committer | startxfr <clarue@startx.fr> | 2015-12-05 03:47:33 +0100 |
commit | 2823bde8e398dc6cc50b28edb6f3446f227cb275 (patch) | |
tree | 36abff9fea93d2b75c35ce7e55e54c1a2b5ef347 /Services/nodejs/README.md | |
parent | 41bc8f8d774bacc6a702989ce4e460b7cb876ffd (diff) | |
download | phpmyadmin-2823bde8e398dc6cc50b28edb6f3446f227cb275.tar.gz phpmyadmin-2823bde8e398dc6cc50b28edb6f3446f227cb275.tar.bz2 phpmyadmin-2823bde8e398dc6cc50b28edb6f3446f227cb275.tar.xz phpmyadmin-2823bde8e398dc6cc50b28edb6f3446f227cb275.zip |
improving unoconv README.md
Diffstat (limited to 'Services/nodejs/README.md')
-rw-r--r-- | Services/nodejs/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Services/nodejs/README.md b/Services/nodejs/README.md index 5a2afee..ca782e6 100644 --- a/Services/nodejs/README.md +++ b/Services/nodejs/README.md @@ -92,10 +92,10 @@ CMD ["/bin/run.sh"] | Variable | Type | Mandatory | Description | |---------------------------|----------|-----------|--------------------------------------------------------------------------| +| APP_MAIN | `string` | `yes` | Path to the application entrypoint. default is /data/nodejs/app.js | CONTAINER_INSTANCE | `string` | `yes` | Container name. Should be uning to get fine grained log and application reporting | CONTAINER_TYPE | `string` | `no` | Container family (os, service, application. could be enhanced | CONTAINER_SERVICE | `string` | `no` | Define the type of service or application provided -| APP_MAIN | `string` | `no` | Path to the application entrypoint. default is /data/nodejs/app.js | LOG_PATH | `auto` | `auto` | default set to /data/logs/nodejs and used as a volume mountpoint | APP_PATH | `auto` | `auto` | default set to /data/nodejs and used as a volume mountpoint | TMP_APP_PATH | `auto` | `auto` | default set to /tmp/nodejs and used to hold app content and copy to $APP_PATH on startup (if $APP_PATH is empty) |