File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,12 @@ a corresponding [Digital Ocean Community Tutorial](http://bit.ly/1AGUZkq).
18
18
19
19
## Quick Start
20
20
21
- * Pick a name for the ` $OVPN_DATA ` data volume container, it will be created automatically.
21
+ * Pick a name for the ` $OVPN_DATA ` data volume container. It's recommended to
22
+ use the ` ovpn-data- ` prefix to operate seamlessly with the reference systemd
23
+ service. Users are encourage to replace ` example ` with a descriptive name of
24
+ their choosing.
22
25
23
- OVPN_DATA="ovpn-data"
26
+ OVPN_DATA="ovpn-data-example "
24
27
25
28
* Initialize the ` $OVPN_DATA ` container that will hold the configuration files and certificates
26
29
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ start on filesystem and started docker
4
4
stop on runlevel [!2345]
5
5
respawn
6
6
script
7
- exec docker run -v ovpn-data:/etc/openvpn --rm -p 1194:1194/udp --cap-add=NET_ADMIN kylemanna/openvpn
7
+ exec docker run -v ovpn-data-example :/etc/openvpn --rm -p 1194:1194/udp --cap-add=NET_ADMIN kylemanna/openvpn
8
8
end script
You can’t perform that action at this time.
0 commit comments