feat: put Patrizio inside VPN #43
@ -20,10 +20,12 @@ services:
|
|||||||
hostname: patrizio
|
hostname: patrizio
|
||||||
image: tailscale/tailscale:latest
|
image: tailscale/tailscale:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
dns:
|
||||||
|
- 100.100.100.100
|
||||||
env_file:
|
env_file:
|
||||||
- tailscale.env
|
- tailscale.env
|
||||||
command: >
|
command: >
|
||||||
sh -c "tailscaled &
|
sh -c "tailscaled --netfilter-mode=off &
|
||||||
sleep 5 &&
|
sleep 5 &&
|
||||||
tailscale up --accept-dns=true --login-server=https://vpn.poldebra.me &&
|
tailscale up --accept-dns=true --login-server=https://vpn.poldebra.me &&
|
||||||
wait"
|
wait"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user