chore(deps): update tailscale/tailscale docker tag to v1.38.3 (#297)

This commit is contained in:
renovate[bot] 2023-04-04 07:55:14 +02:00 committed by GitHub
parent 5c132e10a1
commit 35aeb3e445
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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": 4, "tipi_version": 5,
"version": "1.38.2", "version": "1.38.3",
"categories": [ "categories": [
"network", "network",
"security" "security"

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