From a90a5d4f4c349a8443fab3e5cbbc5c3e89af7abc Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 3 Oct 2025 17:46:53 -0500 Subject: [PATCH] revert change --- hosts/ps10rp/komodo-periphery/compose.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/ps10rp/komodo-periphery/compose.yaml b/hosts/ps10rp/komodo-periphery/compose.yaml index 15d3d8bc3..6174ee99f 100644 --- a/hosts/ps10rp/komodo-periphery/compose.yaml +++ b/hosts/ps10rp/komodo-periphery/compose.yaml @@ -1,7 +1,7 @@ --- services: tailscale-komodo-periphery: - image: ghcr.io/tailscale/tailscale:v1.88.3 + image: ghcr.io/tailscale/tailscale:latest container_name: tailscale-komodo-periphery cap_add: - net_admin @@ -12,6 +12,8 @@ services: - TS_HOSTNAME=komodo-periphery-ps10rp env_file: - .ts-env + labels: + - "com.centurylinklabs.watchtower.scope=komodo" network_mode: service:komodo-periphery restart: always volumes: