diff --git a/readme-vars.yml b/readme-vars.yml index 505febd..9971c34 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -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: "", desc: "Where calibre-web stores the internal database and config." }