diff --git a/compose_support.yaml b/compose_support.yaml index d2fad7b..7c6ee9d 100644 --- a/compose_support.yaml +++ b/compose_support.yaml @@ -1,5 +1,4 @@ version: "3.9" - services: wireguard: image: linuxserver/wireguard @@ -11,13 +10,14 @@ services: - PUID=1000 - PGID=1000 - TZ=Europe/Zurich - - SERVERURL=bizmark.ch # public IP + - SERVERURL=bizmark.ch # Public IP oder Domain - SERVERPORT=51820 - PEERS=1 # Anzahl initialer Clients - - PEERDNS=auto + - PEERDNS=auto # Aktuell so belassen - INTERNAL_SUBNET=10.50.0.0/24 # Subnetz für VPN-Clients - ALLOWEDIPS=192.168.100.0/24 # Zielnetz, das Clients über VPN erreichen sollen - PERSISTENTKEEPALIVE_PEERS=all # hält den Tunnel offen (optional) + - DNS_SERVER=192.168.100.1 # Definiere den DNS-Server im LAN volumes: - /opt/wireguard/config:/config - /lib/modules:/lib/modules