From 4e7dbb7596c3c5704736b0079698f358d12ae078 Mon Sep 17 00:00:00 2001 From: Brian Lycett Date: Tue, 12 Apr 2022 10:06:31 +0100 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 792e280..d7837eb 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,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.5 + wheelybird/openvpn-ldap-otp:v1.6 ``` * `--cap-add=NET_ADMIN` is necessary; the container needs to create the tunnel device and create iptable rules.