From ea6e0ef52fd4012b4bbc8d002f89146fd9286873 Mon Sep 17 00:00:00 2001 From: Manevolent Date: Thu, 13 Apr 2023 11:43:54 -0600 Subject: [PATCH] Update tinc --- docker/services/tinc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/services/tinc b/docker/services/tinc index 4f90715..31d1e89 100644 --- a/docker/services/tinc +++ b/docker/services/tinc @@ -27,6 +27,6 @@ - "${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" + - "${wg_port:-9983}:${wg_port:-9983}/udp" {{ end }} {{ end }}