From 0be445e05d6a05bccf975f4d741dd6b23c87f46a Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Sat, 12 Oct 2019 08:12:54 +0200 Subject: [PATCH] Update volume example to use paths --- readme-vars.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/readme-vars.yml b/readme-vars.yml index 8217c84..ff132e7 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -17,7 +17,7 @@ available_architectures: param_container_name: "{{ project_name }}" param_usage_include_vols: true param_volumes: - - { vol_path: "/config", vol_host_path: "", desc: "Raneto config and Markdown files" } + - { vol_path: "/config", vol_host_path: "/path/to/appdata", desc: "Raneto config and Markdown files" } param_usage_include_ports: true param_ports: @@ -34,11 +34,11 @@ app_setup_block: | The default username and password is *admin/password* This application can only be configured through file storage the web interface is only for editing Markdown files. - You need to understand the following paths and the role they play for the application: - - * /config/config.default.js - Main configuation file to setup your user/site name/etc - * /config/content - All of your markdown files go here [more info](http://docs.raneto.com/usage/creating-pages) - * /config/images - This folder will serve content on http://:3000/images/.png you can put anything in here but it is specifically for image files so you can embedd them in your markdown files without using external hosting. + You need to understand the following paths and the role they play for the application: + + * /config/config.default.js - Main configuration file to setup your user, site name, etc. + * /config/content - All of your Markdown files go here [more info](http://docs.raneto.com/usage/creating-pages). + * /config/images - This folder will serve content on http://:3000/images/.png you can put anything in here but it is specifically for image files so you can embed them in your Markdown files without using external hosting. # changelog changelogs: