mirror of
https://github.com/haugene/docker-transmission-openvpn.git
synced 2025-08-18 12:17:07 +02:00
Fix type-o, closes #175
This commit is contained in:
parent
bb52f04bda
commit
9e45dfec94
@ -113,7 +113,7 @@ To use this env file, use the following to run the docker image:
|
|||||||
$ docker run --privileged -d \
|
$ docker run --privileged -d \
|
||||||
-v /your/storage/path/:/data \
|
-v /your/storage/path/:/data \
|
||||||
-v /etc/localtime:/etc/localtime:ro \
|
-v /etc/localtime:/etc/localtime:ro \
|
||||||
-env-file /your/docker/env/file \
|
--env-file /your/docker/env/file \
|
||||||
-p 9091:9091 \
|
-p 9091:9091 \
|
||||||
haugene/transmission-openvpn
|
haugene/transmission-openvpn
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user