Skip to content

Commit

Permalink
fix: lint error found
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb authored Apr 13, 2024
1 parent cd7f13f commit 5244473
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 @@ -49,7 +49,7 @@ services:
networks:
- opi
healthcheck:
test: [ "CMD", "redis-cli", "--raw", "incr", "ping" ]
test: ["CMD", "redis-cli", "--raw", "incr", "ping"]

jaeger:
image: jaegertracing/all-in-one:1.53.0
Expand Down

0 comments on commit 5244473

Please sign in to comment.