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: docs/config.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ The following environment variables can be used to configure the *Docker Flow Pr
29
29
|DO_NOT_RESOLVE_ADDR|Whether not to resolve addresses. If set to `true`, the proxy will NOT fail if the service is not available.<br>**Default value:**`false`|
30
30
|EXTRA_FRONTEND |Value will be added to the default `frontend` configuration. Multiple lines should be separated with comma (*,*).|
31
31
|EXTRA_GLOBAL |Value will be added to the default `global` configuration. Multiple lines should be separated with comma (*,*).|
32
-
|HTTPS_ONLY |If set to true, all requests to all the service will be redirected to HTTPS.<br>**Example:**`true`<br>**Default Value:**`false`|
32
+
|HTTPS_ONLY |If set to true, all requests to all services will be redirected to HTTPS.<br>**Example:**`true`<br>**Default Value:**`false`|
33
33
|LISTENER_ADDRESS |The address of the [Docker Flow: Swarm Listener](https://github.com/vfarcic/docker-flow-swarm-listener) used for automatic proxy configuration.<br>**Example:**`swarm-listener:8080`|
34
34
PROXY_INSTANCE_NAME|The name of the proxy instance. Useful if multiple proxies are running inside a cluster.<br>**Default value:**`docker-flow`|
35
35
|SERVICE_NAME |The name of the service. It must be the same as the value of the `--name` argument used to create the proxy service. Used only in the *swarm* mode.<br>**Example:**`my-proxy`<br>**Default value:**`proxy`|
0 commit comments