mirror of
https://github.com/linuxserver/docker-raneto.git
synced 2026-02-20 02:30:54 +08:00
Merge pull request #6 from axilleas/update-readme-appdata-dir
Update volume example to use paths
This commit is contained in:
commit
27214bcf19
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user