We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Synology NAS No firewall the container keeps restarting. the token should not be the error because is valid.
To Reproduce using docker-compose
services: vpn: image: ghcr.io/bubuntux/nordvpn container_name: Bubuntux_Nordvpn cap_add: - NET_ADMIN # Required - NET_RAW # Required devices: - /dev/net/tun environment: # Review https://github.com/bubuntux/nordvpn#environment-variables - TOKEN=e************************ # Required - CONNECT=CH - TECHNOLOGY=NordLynx - NETWORK=192.168.1.0/24 # So it can be accessed within the local network ports: - 8118:8118 # - 8080:8080 # - 9091:9091 # Transmission - 51413:51413 # Transmission - 51413:51413/udp # Transmission - 5800:5800 # JDownloader2 unused if headless - 5900:5900 # JDownloader2 unused if headless - 3129:3129 # JDownloader2 sysctls: - net.ipv6.conf.all.disable_ipv6=1 # Recommended if using ipv4 only restart: unless-stopped
Logs
Additional context Distribution used, versions, architecture and any other context about the problem here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Synology NAS
No firewall
the container keeps restarting. the token should not be the error because is valid.
To Reproduce using docker-compose
Logs
Additional context
Distribution used, versions, architecture and any other context about the problem here.
The text was updated successfully, but these errors were encountered: