Adam-Kielkowski
Results
1
comments of
Adam-Kielkowski
Hello, I have found the fix. In docker-compose.yml there is healthcheck option ``` healthcheck: test: wget http://localhost:8545 interval: 2s timeout: 5s retries: 30 ``` it wgets every 2 seconds localhost:8545...