Update volume example to use paths

This commit is contained in:
Achilleas Pipinellis 2019-10-12 08:12:54 +02:00
parent d3d06731fd
commit 0be445e05d

View File

@ -17,7 +17,7 @@ available_architectures:
param_container_name: "{{ project_name }}"
param_usage_include_vols: true
param_volumes:
- { vol_path: "/config", vol_host_path: "<path to data>", 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://<your-ip>:3000/images/<image name>.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://<your-ip>:3000/images/<image name>.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: