We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 396a655 commit f6288f4Copy full SHA for f6288f4
1 file changed
readme-vars.yml
@@ -32,7 +32,6 @@ param_container_name: "{{ project_name }}"
32
param_usage_include_env: true
33
param_env_vars:
34
- { env_var: "DATABASE_URL", env_value: "mysql://your_db_user:your_db_pass@your_db_host:3306/your_db_name", desc: "Configure your database connection"}
35
- - { env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London.", name: "Timezone" }
36
param_usage_include_vols: true
37
param_volumes:
38
- { vol_path: "/config", vol_host_path: "/path/to/appdata/config", desc: "Configuration files.", name: "Appdata" }
0 commit comments