From 366b865b1a7b3c3fc994e8747a33938df4f6be65 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Sat, 12 Oct 2019 19:58:10 -0400 Subject: [PATCH] Bot Updating Documentation --- images/docker-raneto.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/images/docker-raneto.md b/images/docker-raneto.md index 9b098370c..2bd2bf60e 100644 --- a/images/docker-raneto.md +++ b/images/docker-raneto.md @@ -38,7 +38,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 ``` @@ -60,7 +60,7 @@ services: - PGID=1000 - TZ=Europe/London volumes: - - :/config + - /path/to/appdata:/config ports: - 3000:3000 restart: unless-stopped @@ -113,11 +113,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.