Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ghcr.io/elliotmatson/tailscale-sidecar-proxy Docker tag to v1.56.1 #57

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion busylight/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
limits:
cpus: "0.25"
tailscale:
image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:1.56.0
image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:1.56.1
restart: always
environment:
TAILSCALE_AUTH_KEY: ${TS_AUTH_KEY:?err}
Expand Down
2 changes: 1 addition & 1 deletion home/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
network_mode: service:homer-tailscale

homer-tailscale:
image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:1.56.0
image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:1.56.1
restart: always
environment:
TAILSCALE_AUTH_KEY: ${TS_AUTH_KEY:?err}
Expand Down
4 changes: 2 additions & 2 deletions monitoring/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
network_mode: service:tailscale-grafana

tailscale-grafana:
image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:1.56.0
image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:1.56.1
restart: always
environment:
TAILSCALE_AUTH_KEY: ${TS_AUTH_KEY:?err}
Expand All @@ -46,7 +46,7 @@ services:
network_mode: service:tailscale-prometheus

tailscale-prometheus:
image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:1.56.0
image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:1.56.1
restart: always
environment:
TAILSCALE_AUTH_KEY: ${TS_AUTH_KEY:?err}
Expand Down
2 changes: 1 addition & 1 deletion n8n/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
network_mode: service:tailscale

tailscale:
image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:1.56.0
image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:1.56.1
restart: always
environment:
TAILSCALE_AUTH_KEY: ${TS_AUTH_KEY:?err}
Expand Down
2 changes: 1 addition & 1 deletion status/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
- kuma-tailscale
network_mode: service:kuma-tailscale
kuma-tailscale:
image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:1.56.0
image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:1.56.1
restart: always
environment:
TAILSCALE_SSH: true
Expand Down