Skip to content

Stand Alone NordLynx #15

Discussion options

You must be logged in to vote

Revisiting this to say that my separate container approach has been working well for 10 months now.

nordlynx docker-compose.yml

version: "3"
services:
  nordlynx:
    image: ghcr.io/bubuntux/nordlynx
    container_name: nordlynx
    networks:
      - nordlynx_net
    cap_add:
      - NET_ADMIN
      - SYS_MODULE
    ports:
      - 8112:8112
      - 6881:6881
      - 6881:6881/udp
    environment:              
      - PRIVATE_KEY=${PRIVATEKEY}
      - QUERY=filters\[servers_groups\]\[identifier\]=legacy_p2p
      - NET_LOCAL=${LOCALIP}
    sysctls:
      - net.ipv4.conf.all.rp_filter=2     # Set Reverse Path filter to loose mode
      - net.ipv6.conf.all.disable_ipv6=1  # Disable ipv6 - r…

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@instantdreams
Comment options

@instantdreams
Comment options

Comment options

You must be logged in to vote
3 replies
@jonyskids
Comment options

@instantdreams
Comment options

@jonyskids
Comment options

Answer selected by instantdreams
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants