fix(patrizio): remove unsupported --netfilter-mode flag from tailscaled

This commit is contained in:
Davide Polonio 2026-04-06 22:49:07 +02:00
parent 5f69d3b389
commit a37a359df0

View File

@ -27,7 +27,7 @@ services:
env_file:
- tailscale.env
command: >
sh -c "tailscaled --netfilter-mode=off &
sh -c "tailscaled &
sleep 5 &&
tailscale up --accept-dns=true --login-server=https://vpn.poldebra.me &&
wait"