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