InjectiveLabs / injective-chain-releases

This repo contains all the published binaries of the Injective Chain
49 stars 26 forks source link

curl -sS localhost:26657/status | grep height curl: (7) Failed to connect to localhost port 26657: Connection refused #12

Open Mehmood104 opened 2 years ago

Mehmood104 commented 2 years ago

I have followed the documentation and everything is up-to-date: sudo docker-compose -f docker-compose.yaml -f docker-compose.prod.yaml up -d --remove-orphans injective-exchange-api injective-exchange-gateway mongo is up-to-date injective-core is up-to-date injective-exchange-process is up-to-date injective-exchange-api is up-to-date injective-exchange-gateway is up-to-date

when i tried to connect : $ curl -sS localhost:26657/status | grep height curl: (7) Failed to connect to localhost port 26657: Connection refused

Mehmood104 commented 2 years ago

I don't know why my injective-core is in restarting status: 5d62d9862a7f public.ecr.aws/l9h3g6c6/injective-core:prod "/bin/sh -c 'ulimit …" 11 hours ago Restarting (1) 15 seconds ago injective-core

please help me I'LL be very thankful to you!