aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoni Sawicki <tenox@google.com>2022-03-27 02:57:57 -0700
committerAntoni Sawicki <tenox@google.com>2022-03-27 02:57:57 -0700
commit0fd98b98b06614c3b97769bfe815e13e28282f06 (patch)
tree7d8deca80629592ad1cbc4deb849a384e7f395c6
parentf85b6637a7383aefaa92361138f19e86e6384266 (diff)
downloadwfm-0fd98b98b06614c3b97769bfe815e13e28282f06.tar.gz
update readme
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 85324d2..da229da 100644
--- a/README.md
+++ b/README.md
@@ -27,8 +27,8 @@ Internet Explorer 2.x and Netscape 3.x. It outputs validated HTML 4.01 without J
WFM exposes a directory tree via web based interface. For security it relies entirely
on `chroot(2)` for selection and restriction which path to use.
Chroot can be set by WFM's own `-chroot=/dir` flag, by your service manager or container
-service. For example Systemd service file `RootDirectory=` directive. Without chroot it will
-expose the system root `/` directory.
+service. For example Systemd service file `RootDirectory=` directive or Docker `-v /dir:/`.
+Without chroot it will expose the system root `/` directory.
## Deployment scenarios