Skip to content

Commit be4b7a6

Browse files
authored
Update readme-vars.yml
1 parent 3f99b8d commit be4b7a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ param_volumes:
2525
- { vol_path: "/config", vol_host_path: "/path/to/data", desc: "this will store any uploaded data on the docker host" }
2626
param_usage_include_env: true
2727
param_env_vars:
28+
- { env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London"}
2829
- { env_var: "APP_URL", env_value: "", desc: "for specifying the IP:port or URL your application will be accessed on (ie. `http://192.168.1.1:6875` or `https://bookstack.mydomain.com`"}
2930
- { env_var: "DB_HOST", env_value: "<yourdbhost>", desc: "for specifying the database host" }
3031
- { env_var: "DB_PORT", env_value: "<yourdbport>", desc: "for specifying the database port if not default 3306" }

0 commit comments

Comments
 (0)