Skip to content
New issue

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

Compose Issues #98

Open
charlesomer opened this issue Jan 3, 2022 · 3 comments
Open

Compose Issues #98

charlesomer opened this issue Jan 3, 2022 · 3 comments

Comments

@charlesomer
Copy link

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

@joelimgu
Copy link

Same problem here, I hope someone can help

@Antol
Copy link

Antol commented Mar 16, 2023

Have you found a solution?

@luthfi-hh
Copy link

Set privileged: true and cap_add: NET_ADMIN might solve the issue

softeher:
    ...
    cap_add:
      - NET_ADMIN
    privileged: true
    ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants