docs(readme): fix volume path

This commit is contained in:
Nicolas Coutin
2019-11-02 16:58:19 +01:00
committed by GitHub
parent e33c12bba1
commit 3c03004264

View File

@@ -20,7 +20,7 @@ docker run \
-e TZ=Europe/London \
-e PUID=$(id -u) \
-e PGID=$(id -g) \
-v $(pwd)/tor/data:/var/lib/tor:Z \
-v $(pwd)/tor/data:/data:Z \
-p 9001:9001 \
--restart always \
ilshidur/tor-relay
@@ -40,7 +40,7 @@ docker run \
-e TZ=Europe/London \
-e PUID=$(id -u) \
-e PGID=$(id -g) \
-v $(pwd)/tor/data:/var/lib/tor:Z \
-v $(pwd)/tor/data:/data:Z \
-p 9001:9001 \
--restart always \
ilshidur/tor-relay
@@ -60,7 +60,7 @@ docker run \
-e TZ=Europe/London \
-e PUID=$(id -u) \
-e PGID=$(id -g) \
-v $(pwd)/tor/data:/var/lib/tor:Z \
-v $(pwd)/tor/data:/data:Z \
-p 9001:9001 \
--restart always \
ilshidur/tor-relay