Forgot closing quotes

This commit is contained in:
chbmb 2019-07-13 08:28:05 +01:00 committed by Ryan Kuba
parent 59c636b6e1
commit 6943871127
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,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: "DOCKER_MODS", env_value: "linuxserver/calibre-web:calibre, desc: "#optional & **x86-64 only** Adds the ability to perform ebook conversion"}
- { env_var: "DOCKER_MODS", env_value: "linuxserver/calibre-web:calibre", desc: "#optional & **x86-64 only** Adds the ability to perform ebook conversion"}
param_usage_include_vols: true
param_volumes:
- { vol_path: "/config", vol_host_path: "<path to data>", desc: "Where calibre-web stores the internal database and config." }