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 \