Skip to content

Commit

Permalink
Remove nc -q option (#2275)
Browse files Browse the repository at this point in the history
remove nc -q option
  • Loading branch information
hubertdeng123 authored Jul 17, 2023
1 parent 8ea8005 commit c382b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ services:
healthcheck:
<<: *healthcheck_defaults
test:
["CMD-SHELL", 'echo "ruok" | nc -w 2 -q 2 localhost 2181 | grep imok']
["CMD-SHELL", 'echo "ruok" | nc -w 2 localhost 2181 | grep imok']
kafka:
<<: *restart_policy
depends_on:
Expand Down

0 comments on commit c382b9a

Please sign in to comment.