Update tinc
This commit is contained in:
parent
b73f419f44
commit
cde8fed8cc
@ -21,3 +21,8 @@
|
|||||||
{{ else }}
|
{{ else }}
|
||||||
- net.ipv6.conf.all.disable_ipv6=0
|
- net.ipv6.conf.all.disable_ipv6=0
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
{{ if eq "bridge" "${network_mode:-macvlan}" }}
|
||||||
|
ports:
|
||||||
|
- "${tinc_bind_port:-9993}:${tinc_bind_port:-9993}/tcp"
|
||||||
|
- "${tinc_bind_port:-9993}:${tinc_bind_port:-9993}/udp"
|
||||||
|
{{ end }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user