Skip to content

Commit

Permalink
Merge pull request #314 from nspcc-dev/fix/ir-start
Browse files Browse the repository at this point in the history
ir: Fix healthcheck
  • Loading branch information
roman-khimov authored Apr 22, 2024
2 parents 0e85f33 + 64a954f commit d9bafcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/chain/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
container_name: main_chain
command: ["node", "--config-path", "/config", "--privnet", "--debug"]
healthcheck:
test: [ "CMD", "/neo-go", "query", "height", "-r", "http://localhost:30333" ]
test: [ "CMD", "/neo-go", "query", "height", "-r", "http://127.0.0.1:30333" ]
interval: 5s
timeout: 1s
retries: 5
Expand Down

0 comments on commit d9bafcd

Please sign in to comment.