Skip to content
This repository was archived by the owner on Jan 7, 2024. It is now read-only.

Commit d0cf4d8

Browse files
authored
Merge pull request #146 from fermulator/fermulator-patch-137-include-tz-param-take2
add TZ parameter
2 parents 96bb0e1 + 3a82e93 commit d0cf4d8

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

readme-vars.yml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,22 @@ param_usage_include_vols: true
2121
param_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-
3024
param_usage_include_ports: true
3125
param_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

3841
opt_param_usage_include_ports: true
3942
opt_param_ports:

0 commit comments

Comments
 (0)