chore(deps): update tailscale/tailscale docker tag to v1.42.0 (#594)
* chore(deps): update tailscale/tailscale docker tag to v1.42.0 * Update app version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
parent
2a31a8c27f
commit
a9d99376ef
|
@ -4,8 +4,8 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"port": 8093,
|
"port": 8093,
|
||||||
"id": "tailscale",
|
"id": "tailscale",
|
||||||
"tipi_version": 8,
|
"tipi_version": 9,
|
||||||
"version": "1.40.1",
|
"version": "1.42.0",
|
||||||
"categories": [
|
"categories": [
|
||||||
"network",
|
"network",
|
||||||
"security"
|
"security"
|
||||||
|
|
|
@ -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.40.1
|
image: tailscale/tailscale:v1.42.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