From dfc1412c30a5f089781ebea67f6a2e8f899ba672 Mon Sep 17 00:00:00 2001 From: Brian Lycett Date: Fri, 10 Jan 2020 13:59:17 +0000 Subject: [PATCH] Update version used in example. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9321563..4c2809d 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ docker run \ -e "LDAP_URI=ldap://ldap.mycompany.com" \ -e "LDAP_BASE_DN=dc=mycompany,dc=com" \ --cap-add=NET_ADMIN \ - wheelybird/openvpn-ldap-otp:v1.0 + wheelybird/openvpn-ldap-otp:v1.1 ``` * `--cap-add=NET_ADMIN` is necessary; the container needs to create the tunnel device and create iptable rules.