From 9e05819f79a4d308546f88e4d7204f3081680a4e Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sat, 9 May 2026 22:21:09 -0500 Subject: [PATCH] feat: use tag --- hosts/pd05wd/invoke-ai/compose.yaml | 2 +- hosts/pd05wd/ollama/compose.yaml | 2 +- hosts/pd05wd/stable-diffusion/compose.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/pd05wd/invoke-ai/compose.yaml b/hosts/pd05wd/invoke-ai/compose.yaml index e9986514c..01ff346bb 100644 --- a/hosts/pd05wd/invoke-ai/compose.yaml +++ b/hosts/pd05wd/invoke-ai/compose.yaml @@ -1,6 +1,6 @@ services: tailscale-invoke-ai: - image: ghcr.io/tailscale/tailscale:latest + image: ghcr.io/tailscale/tailscale:v1.96.5 container_name: tailscale-invoke-ai cap_add: - net_admin diff --git a/hosts/pd05wd/ollama/compose.yaml b/hosts/pd05wd/ollama/compose.yaml index 673737453..01f95b775 100644 --- a/hosts/pd05wd/ollama/compose.yaml +++ b/hosts/pd05wd/ollama/compose.yaml @@ -1,7 +1,7 @@ --- services: tailscale-ollama: - image: ghcr.io/tailscale/tailscale:latest + image: ghcr.io/tailscale/tailscale:v1.96.5 container_name: tailscale-ollama cap_add: - net_admin diff --git a/hosts/pd05wd/stable-diffusion/compose.yaml b/hosts/pd05wd/stable-diffusion/compose.yaml index c4c929fd9..60a25fe41 100644 --- a/hosts/pd05wd/stable-diffusion/compose.yaml +++ b/hosts/pd05wd/stable-diffusion/compose.yaml @@ -1,7 +1,7 @@ --- services: tailscale-stable-diffusion: - image: ghcr.io/tailscale/tailscale:latest + image: ghcr.io/tailscale/tailscale:v1.96.5 container_name: tailscale-stable-diffusion cap_add: - net_admin