From 5268cff0e0916a09c888959be8f53dc769013db8 Mon Sep 17 00:00:00 2001 From: Mourad Maatoug Date: Sat, 24 Dec 2016 02:05:21 +0100 Subject: [PATCH] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6436392..ee5f3c8 100644 --- a/README.md +++ b/README.md @@ -27,11 +27,12 @@ To Dockerize this application yo need to pass two steps the build then the conta ## Environment variables This image is configurable using different env variables -Variable name | Default | Description -------------- | ----------- | -------------- -NGINX_STATUS | http://localhost/status/format/json | Nginx JSON format status page -METRICS_ENDPOINT | /metrics | Metrics endpoint exportation URI -METRICS_ADDR | :9913 | Metrics exportation address:port + +| Name | Default value | Description | +| ---------------- | ----------------------------------- | --------------| +| NGINX_STATUS | http://localhost/status/format/json | HTTP URL to Nginx JSON format status page | +| METRICS_ENDPOINT | /metrics | Metrics endpoint exportation URI | +| METRICS_ADDR | :9913 | Metrics exportation :port | ##Build