From 548f377f75f781375cbc4146b98c64d55a367221 Mon Sep 17 00:00:00 2001 From: Ray Andrew Date: Fri, 13 Feb 2026 01:30:32 -0600 Subject: [PATCH] fix: rename tailscale hostname to ai-proxy --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 686872e..67f15d9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -94,7 +94,7 @@ services: # ── Tailscale (private VPN access) ── tailscale: image: tailscale/tailscale:latest - hostname: hetzner-stack + hostname: ai-proxy volumes: - tailscale-state:/var/lib/tailscale - /dev/net/tun:/dev/net/tun