Skip to content

Commit

Permalink
feat(healthcheck): Improve redis healthcheck (#3422)
Browse files Browse the repository at this point in the history
improve redis healthcheck
  • Loading branch information
hubertdeng123 authored Nov 11, 2024
1 parent 98f6cf0 commit 6a8c3a4
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 @@ -107,7 +107,7 @@ services:
image: "redis:6.2.14-alpine"
healthcheck:
<<: *healthcheck_defaults
test: redis-cli ping
test: redis-cli ping | grep PONG
volumes:
- "sentry-redis:/data"
ulimits:
Expand Down

0 comments on commit 6a8c3a4

Please sign in to comment.