chore(deps): update tailscale/tailscale docker tag to v1.52.0 (#1506)
This commit is contained in:
parent
34e5cf51f6
commit
d9d5861c5d
|
@ -4,8 +4,8 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"port": 8093,
|
"port": 8093,
|
||||||
"id": "tailscale",
|
"id": "tailscale",
|
||||||
"tipi_version": 15,
|
"tipi_version": 16,
|
||||||
"version": "1.50.1",
|
"version": "1.52.0",
|
||||||
"categories": [
|
"categories": [
|
||||||
"network",
|
"network",
|
||||||
"security"
|
"security"
|
||||||
|
@ -16,5 +16,8 @@
|
||||||
"source": "https://github.com/tailscale/tailscale",
|
"source": "https://github.com/tailscale/tailscale",
|
||||||
"website": "https://tailscale.com/",
|
"website": "https://tailscale.com/",
|
||||||
"form_fields": [],
|
"form_fields": [],
|
||||||
"supported_architectures": ["arm64", "amd64"]
|
"supported_architectures": [
|
||||||
|
"arm64",
|
||||||
|
"amd64"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -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.50.1
|
image: tailscale/tailscale:v1.52.0
|
||||||
privileged: true
|
privileged: true
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
|
|
Loading…
Reference in New Issue
Block a user