From 47a7194bd564b7528aecc86e51332567f92c475e Mon Sep 17 00:00:00 2001 From: Manevolent Date: Wed, 12 Apr 2023 20:08:31 -0600 Subject: [PATCH] Update tinc --- docker/services/tinc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker/services/tinc b/docker/services/tinc index af5ba73..8b2dd9b 100644 --- a/docker/services/tinc +++ b/docker/services/tinc @@ -25,4 +25,7 @@ ports: - "${tinc_bind_port:-9993}:${tinc_bind_port:-9993}/tcp" - "${tinc_bind_port:-9993}:${tinc_bind_port:-9993}/udp" +{{ if eq "1" "${wg_enabled:-0}" }} + - "${wg_port:-51820}:${wg_port:-51820}/udp" +{{ end }} {{ end }}