@@ -21,19 +21,22 @@ param_usage_include_vols: true
21
21
param_volumes :
22
22
- { vol_path: "/config", vol_host_path: "<path to data>", desc: "All Unifi data stored here" }
23
23
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
-
30
24
param_usage_include_ports : true
31
25
param_ports :
32
26
- { external_port: "8443", internal_port: "8443", port_desc: "Unifi web admin port" }
33
27
- { external_port: "3478", internal_port: "3478/udp", port_desc: "Unifi STUN port" }
34
28
- { external_port: "10001", internal_port: "10001/udp", port_desc: "Required for AP discovery" }
35
29
- { 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" }
37
40
38
41
opt_param_usage_include_ports : true
39
42
opt_param_ports :
0 commit comments