mirror of https://github.com/dirtbags/moth.git
Reflect reality in docs
This commit is contained in:
parent
e390c4443e
commit
4c606dec0f
|
@ -36,14 +36,14 @@ Click the `[mb]` link by a puzzle category to compile and download a mothball th
|
||||||
Running a Production Server
|
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.
|
You can be more fine-grained about directories, if you like.
|
||||||
Inside the container, you need the following paths:
|
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.
|
* `/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.
|
* `/mothballs` (ro) Mothballs (puzzle bundles) as provided by the development server.
|
||||||
* `/moth/resources` (ro) Overrides for built-in HTML/CSS resources.
|
* `/resources` (ro) Overrides for built-in HTML/CSS resources.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue