From 4c606dec0f60ac9ca968142744da960a3768617a Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Tue, 2 Oct 2018 17:52:31 +0000 Subject: [PATCH] Reflect reality in docs --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2d73d75..f47399c 100644 --- a/README.md +++ b/README.md @@ -36,14 +36,14 @@ Click the `[mb]` link by a puzzle category to compile and download a mothball th Running a Production Server =========================== - docker run --rm -it -p 8080:8080 -v /path/to/moth:/moth dirtbags/moth + docker run --rm -it -p 8080:8080 -v /path/to/moth/state:/state -v /path/to/moth/balls:/mothballs:ro dirtbags/moth You can be more fine-grained about directories, if you like. Inside the container, you need the following paths: -* `/moth/state` (rw) Where state is stored. Read [the overview](docs/overview.md) to learn what's what in here. -* `/moth/mothballs` (ro) Mothballs (puzzle bundles) as provided by the development server. -* `/moth/resources` (ro) Overrides for built-in HTML/CSS resources. +* `/state` (rw) Where state is stored. Read [the overview](docs/overview.md) to learn what's what in here. +* `/mothballs` (ro) Mothballs (puzzle bundles) as provided by the development server. +* `/resources` (ro) Overrides for built-in HTML/CSS resources.