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 }}