From 6af281408d3f08cdb2b87301268495e231f5b1a1 Mon Sep 17 00:00:00 2001 From: Henrik Jonsson Date: Fri, 27 Jan 2017 06:44:01 +0100 Subject: [PATCH] Suggest :ro for torrc dir in docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95871d0..2ad7c87 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ docker run -it --rm --name tor-browser \ If you want to specify a custom `torrc` file, that can be done with: ``` docker run -it --rm --name tor-browser \ - -v /host/dir/containing/torrc:/conf \ + -v /host/dir/containing/torrc:/conf:ro \ -e TORRC_PATH=/conf/torrc \ -v /tmp/.X11-unix:/tmp/.X11-unix:ro \ -e DISPLAY=unix$DISPLAY \