docs(readme): missing volume documentation

This commit is contained in:
Ilshidur
2019-10-22 00:09:23 +02:00
parent b1d14846a3
commit 1922ac961f

View File

@@ -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