@@ -21,19 +21,22 @@ param_usage_include_vols: true
2121param_volumes :
2222 - { vol_path: "/config", vol_host_path: "<path to data>", desc: "All Unifi data stored here" }
2323
24- # optional container parameters
25- opt_param_usage_include_env : true
26- opt_param_env_vars :
27- - { env_var: "MEM_LIMIT", env_value: "1024", desc: "Optionally change the Java memory limit. Set to `default` to reset to default" }
28- - { env_var: "MEM_STARTUP", env_value: "1024", desc: "Optionally change the Java initial/minimum memory. Set to `default` to reset to default" }
29-
3024param_usage_include_ports : true
3125param_ports :
3226 - { external_port: "8443", internal_port: "8443", port_desc: "Unifi web admin port" }
3327 - { external_port: "3478", internal_port: "3478/udp", port_desc: "Unifi STUN port" }
3428 - { external_port: "10001", internal_port: "10001/udp", port_desc: "Required for AP discovery" }
3529 - { external_port: "8080", internal_port: "8080", port_desc: "Required for device communication" }
36- param_usage_include_env : false
30+
31+ param_usage_include_env : true
32+ param_env_vars :
33+ - { env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use (e.g. Europe/London) - [see list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones)" }
34+
35+ # optional container parameters
36+ opt_param_usage_include_env : true
37+ opt_param_env_vars :
38+ - { env_var: "MEM_LIMIT", env_value: "1024", desc: "Optionally change the Java memory limit. Set to `default` to reset to default" }
39+ - { env_var: "MEM_STARTUP", env_value: "1024", desc: "Optionally change the Java initial/minimum memory. Set to `default` to reset to default" }
3740
3841opt_param_usage_include_ports : true
3942opt_param_ports :
0 commit comments