Skip to content

Commit

Permalink
Remove the "command" format for test, removing the [ and ]
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Oct 1, 2023
1 parent 7bef49d commit 528f988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/BTC/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ services:
mem_limit: 8192m
cpus: 2.000
healthcheck:
test: ['curl --fail http://localhost:8332/rest/chaininfo.json || exit 1']
test: curl --fail http://localhost:8332/rest/chaininfo.json || exit 1
interval: 10s
retries: 20
start_period: 5s
Expand Down

0 comments on commit 528f988

Please sign in to comment.