Skip to content

Commit

Permalink
Add version tag in README example
Browse files Browse the repository at this point in the history
  • Loading branch information
wheelybird committed Nov 19, 2019
1 parent e91e120 commit fe6f01d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,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
wheelybird/openvpn-ldap-otp:v1.0
```

* `--cap-add=NET_ADMIN` is necessary; the container needs to create the tunnel device and create iptable rules.
Expand Down

0 comments on commit fe6f01d

Please sign in to comment.