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:
|
An example invocation would be:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
mkdir repo-root && chown 1000 repo-root
|
||||||
docker run \
|
docker run \
|
||||||
-d \
|
-d \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
@ -41,5 +42,7 @@ docker run \
|
|||||||
-p 9119:80 \
|
-p 9119:80 \
|
||||||
-e RV_PREFIXES=https://github.com/example \
|
-e RV_PREFIXES=https://github.com/example \
|
||||||
-e RV_SECRET=rvsecretkey \
|
-e RV_SECRET=rvsecretkey \
|
||||||
|
-e RV_ROOT=/data \
|
||||||
|
-v $(pwd)/repo-root:/data \
|
||||||
reveal-serve
|
reveal-serve
|
||||||
```
|
```
|
Loading…
Reference in New Issue
Block a user