SoftEtherVPN
SoftEtherVPN copied to clipboard
Compose Issues
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?
dmesg: read kernel buffer failed: Operation not permitted
# Warning: iptables-legacy tables present, use iptables-legacy to see them
Thank you Charles
Same problem here, I hope someone can help
Have you found a solution?
Set privileged: true
and cap_add: NET_ADMIN
might solve the issue
softeher:
...
cap_add:
- NET_ADMIN
privileged: true
...