We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4ebb87 commit c32ac2dCopy full SHA for c32ac2d
edge/wasm-sensors/network/docker-compose.yml
@@ -27,7 +27,7 @@ services:
27
cpus: "2.0"
28
memory: "4G"
29
healthcheck:
30
- test: ["CMD", "bacalhau", "agent", "alive", "--timeout", "10s"]
+ test: ["CMD", "bacalhau", "agent", "alive"]
31
interval: 30s
32
timeout: 20s
33
retries: 10
0 commit comments