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

cant read conf file #11

Open
aikastor opened this issue Jan 2, 2021 · 0 comments
Open

cant read conf file #11

aikastor opened this issue Jan 2, 2021 · 0 comments

Comments

@aikastor
Copy link

aikastor commented Jan 2, 2021

here is what docker logs say agter running commands:
2021-01-02T20:17:31.951275426Z Options error: In [CMD-LINE]:1: Error opening configuration file: /vpn/client.conf

this is my run.sh file:

 docker run -d --name vpn-client \
  --cap-add=NET_ADMIN \
  --device /dev/net/tun \
  -v /home/vpn:/vpn \
  ekristen/openvpn-client --config /vpn/client.conf --askpass /vpn/client.pwd --auth-nocache

here is what the directory looks like:
Screenshot from 2021-01-03 02-23-00

what might be the problem here? could you please advise?

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

1 participant