Korrektur
This commit is contained in:
parent
34a6708e07
commit
d189ca9f71
|
|
@ -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
|
|
||||||
Loading…
Reference in New Issue