Compare commits
1 Commits
v2.10.8
...
fix/n8n-co
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ce4bacefcb |
@@ -22,7 +22,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- n8n-network
|
- n8n-network
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:5678/healthz"]
|
test: ["CMD", "sh", "-c", "wget --quiet --spider --tries=1 --timeout=10 http://localhost:5678/healthz || exit 1"]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 3
|
retries: 3
|
||||||
|
|||||||
Reference in New Issue
Block a user