Skip to content

Commit

Permalink
Fix syntax in healthcheck command of docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ursisterbtw committed Dec 9, 2024
1 parent 8cb900d commit c321af0
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 @@ -13,7 +13,7 @@ services:
cpus: "7.5"
memory: 8G
healthcheck:
test: ["CMD", "supervisorctl", "status", "hash_hunter"]
test: [CMD, supervisorctl, status, hash_hunter]
interval: 30s
timeout: 10s
retries: 3

0 comments on commit c321af0

Please sign in to comment.