Korrektur

This commit is contained in:
Marc Blatter 2026-03-26 19:41:02 +00:00
parent 34a6708e07
commit d189ca9f71
1 changed files with 1 additions and 6 deletions

View File

@ -18,9 +18,4 @@ services:
volumes: volumes:
- /home/marc/n8n/data:/home/node/.n8n - /home/marc/n8n/data:/home/node/.n8n
- /var/run/docker.sock:/var/run/docker.sock # Docker-Socket mounten - /var/run/docker.sock:/var/run/docker.sock # Docker-Socket mounten
restart: unless-stopped restart: unless-stopped
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:5678/healthz"]
interval: 30s
timeout: 10s
retries: 3