From 3a97317f8612c5989cfe3b8de42f861c1b75122d Mon Sep 17 00:00:00 2001 From: Garret Hicks Date: Sun, 22 Oct 2017 09:27:01 -0700 Subject: [PATCH] add table of config options for custom web uis --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4ddd5aa6d..74e2c54c6 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,11 @@ You can override the default web UI by setting the ```TRANSMISSION_WEB_HOME``` e [Combustion UI](https://github.com/Secretmapper/combustion) comes bundled with the container. You can enable it by setting ```ENABLE_COMBUSTION_UI=true```. Note that this will override the ```TRANSMISSION_WEB_HOME``` variable if set. +| Variable | Function | Example | +|----------|----------|-------| +|`TRANSMISSION_WEB_HOME` | Set Transmission web home | `TRANSMISSION_WEB_HOME=/path/to/web/ui`| +|`ENABLE_COMBUSTION_UI` | Use the bundled Combustion web UI | `ENABLE_COMBUSTION_UI=true`| + ### Transmission configuration options You may override transmission options by setting the appropriate environment variable.