Skip to content

Commit fe9732c

Browse files
committed
Update README.md
1 parent e92aa90 commit fe9732c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Quick instructions:
44

55
```bash
6-
CID=$(docker run -d --privileged -p 1194:1194/udp -p 443:443/tcp umputun/openvpn)
7-
docker run -t -i -p 8080:8080 --volumes-from $CID umputun/openvpn serveconfig
6+
CID=$(docker run -d --privileged -p 1194:1194/udp -p 443:443/tcp umputun/dockvpn)
7+
docker run -t -i -p 8080:8080 --volumes-from $CID umputun/dockvpn serveconfig
88
```
99

1010
Now download the file located at the indicated URL. You will get a

0 commit comments

Comments
 (0)