update readme

This commit is contained in:
aptalca 2024-08-19 15:33:46 -04:00
parent 8bd13674c9
commit 8d42413c95
No known key found for this signature in database
GPG key ID: BE36CFFB9FD85548

View file

@ -18,9 +18,6 @@ development_versions: false
# container parameters
common_param_env_vars_enabled: true
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." }
param_usage_include_vols: true
param_volumes:
- { vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/config", desc: "Users home directory in the container, stores program settings and images" }