You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,8 @@ The following environment variables can be used to configure the *Docker Flow: P
48
48
|PROXY_INSTANCE_NAME|The name of the proxy instance. Useful if multiple proxies are running inside a cluster|No|docker-flow|docker-flow|
49
49
|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|
50
50
|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|
51
+
|STATS_USER |Username for the statistics page ||admin |my-user|
52
+
|STATS_PASS |Password for the statistics page ||admin |my-pass|
51
53
|TIMEOUT_CONNECT |The connect timeout in seconds ||5 |3 |
52
54
|TIMEOUT_CLIENT |The client timeout in seconds ||20 |5 |
53
55
|TIMEOUT_SERVER |The server timeout in seconds ||20 |5 |
0 commit comments