From 5dd1e9f9e156bdda3d31c417d5488d3171fe6ee8 Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 5 Aug 2025 17:40:09 +0100 Subject: [PATCH] Update ts-secure-vpr.yaml --- ts-secure-vpr.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ts-secure-vpr.yaml b/ts-secure-vpr.yaml index bbbd2fb..f3cea64 100644 --- a/ts-secure-vpr.yaml +++ b/ts-secure-vpr.yaml @@ -4,7 +4,8 @@ services: hostname: ${TAILSCALE_HOSTNAME} environment: - TS_AUTHKEY=${TAILSCALE_AUTHKEY} - - TS_EXTRA_ARGS=--advertise-exit-node --accept-routes + - TS_ENABLE_HEALTH_CHECK=true + - TS_EXTRA_ARGS=--advertise-exit-node --advertise-connector --advertise-tags=tag:vprconnector --reset - TS_STATE_DIR=/var/lib/tailscale - TS_USERSPACE=true volumes: @@ -12,4 +13,4 @@ services: restart: always volumes: - tailscale_exitnode_data: \ No newline at end of file + tailscale_exitnode_data: \ No newline at end of file