Suggest :ro for torrc dir in docs

This commit is contained in:
Henrik Jonsson 2017-01-27 06:44:01 +01:00
parent 905f1ba86f
commit 6af281408d

View File

@ -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: If you want to specify a custom `torrc` file, that can be done with:
``` ```
docker run -it --rm --name tor-browser \ 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 \ -e TORRC_PATH=/conf/torrc \
-v /tmp/.X11-unix:/tmp/.X11-unix:ro \ -v /tmp/.X11-unix:/tmp/.X11-unix:ro \
-e DISPLAY=unix$DISPLAY \ -e DISPLAY=unix$DISPLAY \