Skip to content

Commit c32ac2d

Browse files
committed
fix health check
1 parent c4ebb87 commit c32ac2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

edge/wasm-sensors/network/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ services:
2727
cpus: "2.0"
2828
memory: "4G"
2929
healthcheck:
30-
test: ["CMD", "bacalhau", "agent", "alive", "--timeout", "10s"]
30+
test: ["CMD", "bacalhau", "agent", "alive"]
3131
interval: 30s
3232
timeout: 20s
3333
retries: 10

0 commit comments

Comments
 (0)