Skip to content

Commit c382b9a

Browse files
Remove nc -q option (#2275)
remove nc -q option
1 parent 8ea8005 commit c382b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ services:
176176
healthcheck:
177177
<<: *healthcheck_defaults
178178
test:
179-
["CMD-SHELL", 'echo "ruok" | nc -w 2 -q 2 localhost 2181 | grep imok']
179+
["CMD-SHELL", 'echo "ruok" | nc -w 2 localhost 2181 | grep imok']
180180
kafka:
181181
<<: *restart_policy
182182
depends_on:

0 commit comments

Comments
 (0)