chore(deps): update tailscale/tailscale docker tag to v1.38.4 (#331)
* chore(deps): update tailscale/tailscale docker tag to v1.38.4 * 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
52cc862faf
commit
07253a12ff
|
@ -4,8 +4,8 @@
|
|||
"available": true,
|
||||
"port": 8093,
|
||||
"id": "tailscale",
|
||||
"tipi_version": 5,
|
||||
"version": "1.38.3",
|
||||
"tipi_version": 6,
|
||||
"version": "1.38.4",
|
||||
"categories": [
|
||||
"network",
|
||||
"security"
|
||||
|
|
|
@ -4,7 +4,7 @@ services:
|
|||
tailscale:
|
||||
container_name: tailscale
|
||||
network_mode: "host" # TODO: Find a way to remove this
|
||||
image: tailscale/tailscale:v1.38.3
|
||||
image: tailscale/tailscale:v1.38.4
|
||||
privileged: true
|
||||
restart: on-failure
|
||||
stop_grace_period: 1m
|
||||
|
|
Loading…
Reference in New Issue
Block a user