mirror of
https://github.com/MrUnknownDE/tor-relay-docker.git
synced 2026-04-17 05:43:51 +02:00
docs(readme): missing volume documentation
This commit is contained in:
@@ -16,6 +16,7 @@ docker run \
|
||||
-e TOR_RelayBandwidthRate="100 KBytes" \
|
||||
-e TOR_RelayBandwidthBurst="200 KBytes" \
|
||||
-e TZ=Europe/London \
|
||||
-v $(pwd)/tor/data:/var/lib/tor:Z \
|
||||
-p 9001:9001 \
|
||||
--restart always \
|
||||
ilshidur/tor-relay
|
||||
@@ -33,6 +34,7 @@ docker run \
|
||||
-e TOR_RelayBandwidthRate="100 KBytes" \
|
||||
-e TOR_RelayBandwidthBurst="200 KBytes" \
|
||||
-e TZ=Europe/London \
|
||||
-v $(pwd)/tor/data:/var/lib/tor:Z \
|
||||
-p 9001:9001 \
|
||||
--restart always \
|
||||
ilshidur/tor-relay
|
||||
@@ -50,6 +52,7 @@ docker run \
|
||||
-e TOR_RelayBandwidthRate="100 KBytes" \
|
||||
-e TOR_RelayBandwidthBurst="200 KBytes" \
|
||||
-e TZ=Europe/London \
|
||||
-v $(pwd)/tor/data:/var/lib/tor:Z \
|
||||
-p 9001:9001 \
|
||||
--restart always \
|
||||
ilshidur/tor-relay
|
||||
|
||||
Reference in New Issue
Block a user