Skip to content
Discussion options

You must be logged in to vote

Version 3.9.1 still works.

Ensure the latest images are deleted and use the following in the yaml or composer, preferably created a template in Portainer.

image: ghcr.io/bubuntux/nordvpn:latest

Here is a copy of my composer playbook for portainer:

version: "3"
services:
vpn:
image: bubuntux/nordvpn:v3.9.1
container_name: NordLynx
network_mode: bridge # Required
cap_add:
- NET_ADMIN # Required
- SYS_MODULE # Required for TECHNOLOGY=NordLynx
sysctls:
- net.ipv4.conf.all.rp_filter=2
devices:
- /dev/net/tun # Required
environment: # Review https://github.com/bubuntux/nordvpn#environment-variables
- USER=*************** # Required
- "PASS=***************" # Required
- CONNECT=United_Kingdom

Replies: 8 comments 25 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@bbtufty
Comment options

@Subject2Risk
Comment options

@bbtufty
Comment options

@Subject2Risk
Comment options

Answer selected by Subject2Risk
Comment options

You must be logged in to vote
5 replies
@Subject2Risk
Comment options

@Subject2Risk
Comment options

@sharp004
Comment options

@bubuntux
Comment options

@bbtufty
Comment options

Comment options

You must be logged in to vote
5 replies
@bubuntux
Comment options

@bubuntux
Comment options

@bubuntux
Comment options

@kesoapa
Comment options

@PhatTranceUK
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
11 replies
@PhatTranceUK
Comment options

@NinthMajor
Comment options

@PhatTranceUK
Comment options

@tvatter
Comment options

@tvatter
Comment options

Comment options

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