From 79a58a4b5134b21af0488f9d1ac693475fd4c8ed Mon Sep 17 00:00:00 2001 From: MarkusMcNugen Date: Sun, 4 Feb 2018 22:07:45 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 78cf2cd..90cfb76 100644 --- a/README.md +++ b/README.md @@ -54,13 +54,13 @@ Access http://IPADDRESS:8080 from a browser on the same network. |`WebUI Password`|adminadmin | ## How to use OpenVPN -The container will fail to boot if `VPN_ENABLED` is set to yes or empty and a .ovpn is not present in the /config/openvpn directory. Drop a .ovpn file from your VPN provider into /config/openvpn and start the container. You may need to edit the ovpn configuration file to load your VPN credentials from a file by setting `auth-user-pass`. +The container will fail to boot if `VPN_ENABLED` is set to yes or empty and a .ovpn is not present in the /config/openvpn directory. Drop a .ovpn file from your VPN provider into /config/openvpn and start the container again. You may need to edit the ovpn configuration file to load your VPN credentials from a file by setting `auth-user-pass`. ### Example auth-user-pass option `auth-user-pass credentials.conf` ### Example credentials.conf -username +username
password ## PUID/PGID