Skip to content

Commit

Permalink
README [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
vfarcic committed Dec 4, 2016
1 parent 3ee0ae8 commit 5e305e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 5e305e4

Please sign in to comment.