Skip to content

Commit 493865f

Browse files
Typo/outdated edit config command?
Looks like this was written for an earlier iteration?
1 parent 84c87f5 commit 493865f

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)