Skip to content

Commit 8c36a7a

Browse files
committed
Add unraid env options
Signed-off-by: Eric Nemchik <[email protected]>
1 parent e9b8b1d commit 8c36a7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme-vars.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ cap_add_param_vars: ""
3939
# optional container parameters
4040
opt_param_usage_include_env: true
4141
opt_param_env_vars:
42-
- { env_var: "UPDATE_IP", env_value: "ipv4", desc: "Set to `ipv6` or `ipv4` to update **only** your public IPv4/6 address. Set to `both` to update IPv6 and IPv4 address. This variable makes use of a [third-party service](#notice-regarding-automatic-detection). Omitting this variable uses DuckDNS for detection and only supports IPv4. `both` and `ipv6` modes needs [host networking](#networking-net)."}
43-
- { env_var: "LOG_FILE", env_value: "false", desc: "Set to `true` to log to file (also need to map /config)."}
42+
- { env_var: "UPDATE_IP", env_value: "ipv4", desc: "Set to `ipv6` or `ipv4` to update **only** your public IPv4/6 address. Set to `both` to update IPv6 and IPv4 address. This variable makes use of a [third-party service](#notice-regarding-automatic-detection). Omitting this variable uses DuckDNS for detection and only supports IPv4. `both` and `ipv6` modes needs [host networking](#networking-net).", env_options: ["", "ipv4", "ipv6", "both"] }
43+
- { env_var: "LOG_FILE", env_value: "false", desc: "Set to `true` to log to file (also need to map /config).", env_options: ["false", "true"] }
4444
opt_param_usage_include_vols: true
4545
opt_param_volumes:
4646
- { vol_path: "/config", vol_host_path: "/path/to/appdata/config", desc: "Used in conjunction with logging to file." }

0 commit comments

Comments
 (0)