From 8bedfa2cffa61369b85e4981fdddb47ba7c016b3 Mon Sep 17 00:00:00 2001 From: Davide Polonio Date: Mon, 6 Apr 2026 19:32:27 +0200 Subject: [PATCH] fix(docker-compose): correct indentation in tailscale command Normalize whitespace and indentation in the tailscale service command block for better readability and consistency with yaml formatting standards. --- patrizio/docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/patrizio/docker-compose.yml b/patrizio/docker-compose.yml index 37f6873..dfe1164 100644 --- a/patrizio/docker-compose.yml +++ b/patrizio/docker-compose.yml @@ -23,10 +23,10 @@ services: env_file: - tailscale.env command: > -- sh -c "tailscaled & -- sleep 5 && -- tailscale up --accept-dns=true --login-server=https://vpn.poldebra.me && -- wait" + sh -c "tailscaled & + sleep 5 && + tailscale up --accept-dns=true --login-server=https://vpn.poldebra.me && + wait" healthcheck: test: ["CMD-SHELL", "tailscale status"] interval: 1s