Skip to content

Having trouve mounting single .ovpn file #136

Answered by strongui
strongui asked this question in Q&A
Discussion options

You must be logged in to vote
docker run --rm -it --cap-add=NET_ADMIN \
  -e OPENVPN_PROVIDER=custom \
  -e OPENVPN_USERNAME=<myuser> \
  -e OPENVPN_PASSWORD=<mypass> \
  -e OPENVPN_CONFIG=Skate \
  -e DISABLE_PORT_UPDATER=true \
  -v ${PWD}/config/vpn/:/etc/openvpn/custom/ \
  haugene/transmission-openvpn

This seems to at least start stuff up.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by strongui
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant