Update tinc

This commit is contained in:
Manevolent 2023-04-12 20:08:31 -06:00 committed by GitHub
parent ff46137e63
commit 47a7194bd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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