chore(deps): update tailscale/tailscale docker tag to v1.66.4 (#3605)

This commit is contained in:
renovate[bot] 2024-05-31 18:10:55 +00:00 committed by GitHub
parent 32823556b6
commit 0c84c6d894
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -4,8 +4,8 @@
"available": true, "available": true,
"port": 8093, "port": 8093,
"id": "tailscale", "id": "tailscale",
"tipi_version": 27, "tipi_version": 28,
"version": "1.66.3", "version": "1.66.4",
"categories": ["network", "security"], "categories": ["network", "security"],
"description": "Zero config VPN. Installs on any device in minutes, manages firewall rules for you, and works from anywhere.", "description": "Zero config VPN. Installs on any device in minutes, manages firewall rules for you, and works from anywhere.",
"short_desc": "The easiest, most secure way to use WireGuard and 2FA.", "short_desc": "The easiest, most secure way to use WireGuard and 2FA.",

View File

@ -4,7 +4,7 @@ services:
tailscale: tailscale:
container_name: tailscale container_name: tailscale
network_mode: "host" # TODO: Find a way to remove this network_mode: "host" # TODO: Find a way to remove this
image: tailscale/tailscale:v1.66.3 image: tailscale/tailscale:v1.66.4
privileged: true privileged: true
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m