Skip to content

Commit 83d61c7

Browse files
authored
Merge pull request #306 from andrewrembrandt/patch-1
Typo/outdated edit config command?
2 parents 84c87f5 + 493865f commit 83d61c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/faqs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
## How do I edit `openvpn.conf`?
44

5-
Use a Docker image with a text editor pre-installed (i.e. Ubuntu) and connect the volume container:
5+
Use a Docker image with an editor and connect the volume container:
66

7-
docker run -v $OVPN_DATA:/etc/openvpn --rm -it ubuntu vi /etc/openvpn/openvpn.conf
7+
docker run -v $OVPN_DATA:/etc/openvpn --rm -it kylemanna/openvpn vi /etc/openvpn/openvpn.conf
88

99

1010
## Why not keep everything in one image?

0 commit comments

Comments
 (0)