From 5e305e4666078f0841095347fe7296dfd2cf7324 Mon Sep 17 00:00:00 2001 From: Viktor Date: Sun, 4 Dec 2016 02:16:53 +0100 Subject: [PATCH] README [ci skip] --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1504cfae..316b1526 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,8 @@ The following environment variables can be used to configure the *Docker Flow: P |PROXY_INSTANCE_NAME|The name of the proxy instance. Useful if multiple proxies are running inside a cluster|No|docker-flow|docker-flow| |MODE |Two modes are supported. The *default* mode should be used for general purpose. It requires a Consul instance and service data to be stored in it (e.g. through Registrator). The *swarm* mode is designed to work with new features introduced in Docker 1.12 and assumes that containers are deployed as Docker services (new Swarm).|No |default|swarm| |SERVICE_NAME |The name of the service. It must be the same as the value of the `--service` argument. Used only in the *swarm* mode.|No|proxy|my-proxy| +|STATS_USER |Username for the statistics page | |admin |my-user| +|STATS_PASS |Password for the statistics page | |admin |my-pass| |TIMEOUT_CONNECT |The connect timeout in seconds | |5 |3 | |TIMEOUT_CLIENT |The client timeout in seconds | |20 |5 | |TIMEOUT_SERVER |The server timeout in seconds | |20 |5 |