Fix formatting

This commit is contained in:
Traci Morrison 2019-12-11 10:52:11 -05:00 committed by GitHub
parent 8bf3c9c8d7
commit 699e42083a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ services are being reconfigured, users won't notice it.
| `com.docker.lb.port` | Port to use for internal upstream communication. | `8080` |
| `com.docker.lb.network` | Name of network the proxy service should attach to for upstream connectivity. | `app-network-a` |
| `com.docker.lb.context_root` | Context or path to use for the application. | `/app` |
| `com.docker.lb.context_root_rewrite` | When set to 'true', this option changes the path from the value of label 'com.docker.lb.context_root' to `/`. | `true` |
| `com.docker.lb.context_root_rewrite` | When set to `true`, this option changes the path from the value of label `com.docker.lb.context_root` to `/`. | `true` |
| `com.docker.lb.ssl_cert` | Docker secret to use for the SSL certificate. | `example.com.cert` |
| `com.docker.lb.ssl_key` | Docker secret to use for the SSL key. | `example.com.key` |
| `com.docker.lb.websocket_endpoints` | Comma separated list of endpoints to configure to be upgraded for websockets. | `/ws,/foo` |