Skip to content

Commit dac73c4

Browse files
Trying to remove optout retry test
1 parent a51f20f commit dac73c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ services:
5757
core:
5858
condition: service_healthy
5959
healthcheck:
60-
test: wget --tries=1 --spider http://localhost:8081/ops/healthcheck || exit 1
60+
test: wget --spider http://localhost:8081/ops/healthcheck
6161
interval: 5s
6262
networks:
6363
- e2e_default

0 commit comments

Comments
 (0)