Skip to content

Commit

Permalink
Fixed Docker healthcheck test command for Redis server cache
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianLeChat committed May 13, 2024
1 parent f4406d8 commit c49905a
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 @@ -17,7 +17,7 @@ services:
networks:
- source_web_console
healthcheck:
test: ["CMD", "redis-cli", "--raw", "incr", "ping"]
test: redis-cli --raw incr ping
retries: 3
timeout: 5s
ports:
Expand Down

0 comments on commit c49905a

Please sign in to comment.