From 72df54ec95ed73bf14e53f66c891fdd913df3459 Mon Sep 17 00:00:00 2001 From: driz <40674481+drizuid@users.noreply.github.com> Date: Fri, 28 Aug 2020 09:03:09 -0400 Subject: [PATCH] Update readme-vars.yml clarify the db must already exist --- readme-vars.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme-vars.yml b/readme-vars.yml index fbdc570..49453b6 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -26,7 +26,7 @@ param_env_vars: param_usage_include_vols: true param_volumes: - { vol_path: "/config", vol_host_path: "", desc: "Where calibre-web stores the internal database and config." } - - { vol_path: "/books", vol_host_path: "", desc: "Where your calibre database is locate." } + - { vol_path: "/books", vol_host_path: "", desc: "Where your preexisting calibre database is locate." } param_usage_include_ports: true param_ports: - { external_port: "8083", internal_port: "8083", port_desc: "WebUI" }