Merge pull request #104 from meienberger/renovate/tailscale-tailscale-1.x

chore(deps): update tailscale/tailscale docker tag to v1.33.19
This commit is contained in:
Nicolas Meienberger 2022-10-14 22:37:45 +02:00 committed by GitHub
commit 2f54eb475e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

View File

@ -4,9 +4,12 @@
"available": true, "available": true,
"port": 8093, "port": 8093,
"id": "tailscale", "id": "tailscale",
"tipi_version": 1, "tipi_version": 2,
"version": "v1.29.10", "version": "1.33.19",
"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.",
"author": "© Tailscale Inc.", "author": "© Tailscale Inc.",

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.29.10 image: tailscale/tailscale:v1.33.19
privileged: true privileged: true
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m