From d95413d579b55df05d321279152232372ca7eaee Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 8 Mar 2026 11:14:10 +0100 Subject: [PATCH] rename Tailscale sidecar from ts-outline-sync to outline-sync-ts Co-Authored-By: Claude Sonnet 4.6 --- docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index c8ad58b..26be9d7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,9 +1,9 @@ name: outline-sync services: - ts-outline-sync: + outline-sync-ts: image: tailscale/tailscale - container_name: ts-outline-sync + container_name: outline-sync-ts hostname: outline-sync environment: - TS_AUTHKEY=${TS_AUTHKEY} @@ -33,8 +33,8 @@ services: container_name: outline-sync-ui restart: unless-stopped depends_on: - - ts-outline-sync - network_mode: "service:ts-outline-sync" + - outline-sync-ts + network_mode: "service:outline-sync-ts" environment: - OUTLINE_URL=${OUTLINE_URL:-http://172.29.0.7:3000} - OUTLINE_TOKEN=${OUTLINE_TOKEN}