We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
The example docker compose file doesn't appear to work as it thinks ./vpn_server.config is a folder rather than a file by the looks of it.
./vpn_server.config
Also, when trying to run the docker image I get the following issues in the logs, have I missed something obvious?
dmesg: read kernel buffer failed: Operation not permitted # Warning: iptables-legacy tables present, use iptables-legacy to see them
Thank you Charles
The text was updated successfully, but these errors were encountered:
Same problem here, I hope someone can help
Sorry, something went wrong.
Have you found a solution?
Set privileged: true and cap_add: NET_ADMIN might solve the issue
privileged: true
cap_add: NET_ADMIN
softeher: ... cap_add: - NET_ADMIN privileged: true ...
No branches or pull requests
Hi,
The example docker compose file doesn't appear to work as it thinks
./vpn_server.config
is a folder rather than a file by the looks of it.Also, when trying to run the docker image I get the following issues in the logs, have I missed something obvious?
Thank you
Charles
The text was updated successfully, but these errors were encountered: