Skip to content

VPN_SERVICE_PROVIDER = custom wireguard errors with OPENVPN_USER missing #2558

Closed Answered by AgentRatty
AgentRatty asked this question in Q&A
Discussion options

You must be logged in to vote

FWIW, i figured out what the issue was. in my docker compose I had spaces between the variable name, = and value. Removing these spaces and it work
==NO BUENO==

  • VPN_SERVICE_PROVIDER = custom
  • VPN_TYPE = wireguard

==SIBUENO==

  • VPN_SERVICE_PROVIDER=custom
  • VPN_TYPE=wireguard

maybe this helps you too

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by AgentRatty
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