Merge pull request #32 from adhawkins/typo-fix

Fix typo in documentation
This commit is contained in:
aptalca 2019-12-13 15:39:35 -05:00 committed by GitHub
commit 391d1dd4ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
readme-vars.yml Normal file → Executable file
View File

@ -19,7 +19,7 @@ param_container_name: "{{ project_name }}"
param_usage_include_env: true
param_env_vars:
- { env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London." }
- { env_var: "UMASK_SET", env_value: "<022>", desc: "Umask setting - [explaination](https://askubuntu.com/questions/44542/what-is-umask-and-how-does-it-work)" }
- { env_var: "UMASK_SET", env_value: "<022>", desc: "Umask setting - [explanation](https://askubuntu.com/questions/44542/what-is-umask-and-how-does-it-work)" }
param_usage_include_vols: true
param_volumes:
- { vol_path: "/config", vol_host_path: "</path/to/appdata/config>", desc: "Configuration files." }