From d189ca9f713fe7c76b31aa6176b9d24626a6d3c4 Mon Sep 17 00:00:00 2001 From: Marc Blatter Date: Thu, 26 Mar 2026 19:41:02 +0000 Subject: [PATCH] Korrektur --- compose-workflow.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/compose-workflow.yml b/compose-workflow.yml index 3908352..ce8670f 100644 --- a/compose-workflow.yml +++ b/compose-workflow.yml @@ -18,9 +18,4 @@ services: volumes: - /home/marc/n8n/data:/home/node/.n8n - /var/run/docker.sock:/var/run/docker.sock # Docker-Socket mounten - restart: unless-stopped - healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:5678/healthz"] - interval: 30s - timeout: 10s - retries: 3 \ No newline at end of file + restart: unless-stopped \ No newline at end of file