BOUNCER_NAME => BOUNCER_LABEL
This commit is contained in:
parent
3bbee25664
commit
5c3bb44734
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ These environment variables need to be applied to the CONSUMING SERVICE and not
|
|||
| Key | Example | Behaviour |
|
||||
|--------------------------------|-------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| BOUNCER_DOMAIN | "a.example.com" | The domain that should be directed to this container |
|
||||
| BOUNCER_LABEL | "MyService" | The label that should be directed to this container |
|
||||
| BOUNCER_AUTH | "username:password" e.g "root:toor" | Add a HTTP BASIC auth requirement to this hostname. |
|
||||
| BOUNCER_HOST_OVERRIDE | "localhost:80" | Override the host header that is sent to the service. Useful for services that are not aware of their own hostname, or annoying things like [mitmproxy](https://github.com/mitmproxy/mitmproxy/issues/3234) |
|
||||
| BOUNCER_LETSENCRYPT | Values are "yes" or "true", anything else is false | To enable, or disable Lets Encrypt service for this hostname |
|
||||
|
|
|
|||
Loading…
Reference in a new issue