README: add note for saving repo root
Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
parent
cbb1922519
commit
a8407e3ffe
@ -33,6 +33,7 @@ There are some environment variables that can be used to configure the server:
|
||||
An example invocation would be:
|
||||
|
||||
```
|
||||
mkdir repo-root && chown 1000 repo-root
|
||||
docker run \
|
||||
-d \
|
||||
--restart unless-stopped \
|
||||
@ -41,5 +42,7 @@ docker run \
|
||||
-p 9119:80 \
|
||||
-e RV_PREFIXES=https://github.com/example \
|
||||
-e RV_SECRET=rvsecretkey \
|
||||
-e RV_ROOT=/data \
|
||||
-v $(pwd)/repo-root:/data \
|
||||
reveal-serve
|
||||
```
|
Loading…
Reference in New Issue
Block a user