Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit 94b3b50

Browse files
committed
Revert health check for inx-indexer
1 parent f63267e commit 94b3b50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/docker-network/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ services:
250250
node-1-validator:
251251
condition: service_healthy
252252
inx-indexer:
253-
condition: service_healthy
253+
condition: service_started
254254
networks:
255255
- iota-core
256256
environment:
@@ -269,7 +269,7 @@ services:
269269
node-1-validator:
270270
condition: service_healthy
271271
inx-indexer:
272-
condition: service_healthy
272+
condition: service_started
273273
inx-blockissuer:
274274
condition: service_started
275275
networks:

0 commit comments

Comments
 (0)