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 committed Apr 13, 2024
1 parent a9cc6a6 commit dd5fc88
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 dd5fc88

Please sign in to comment.