From 7eec9344e962449c0ff4cb05c2f1db6ebd3c9d36 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Sat, 12 Oct 2019 19:58:07 -0400 Subject: [PATCH] Bot Updating Templated Files --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d665b39..5612c9f 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ docker create \ -e PGID=1000 \ -e TZ=Europe/London \ -p 3000:3000 \ - -v :/config \ + -v /path/to/appdata:/config \ --restart unless-stopped \ linuxserver/raneto ``` @@ -86,7 +86,7 @@ services: - PGID=1000 - TZ=Europe/London volumes: - - :/config + - /path/to/appdata:/config ports: - 3000:3000 restart: unless-stopped @@ -126,11 +126,11 @@ Access the webui at http://:3000 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: +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. +* /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.