From f43b4618d607e5d7220f781c2f418bae1dc037aa Mon Sep 17 00:00:00 2001 From: bnouwt <97681626+bnouwt@users.noreply.github.com> Date: Fri, 6 Dec 2024 11:30:16 +0100 Subject: [PATCH] Update docker-compose.yml --- examples/rest-api/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/rest-api/docker-compose.yml b/examples/rest-api/docker-compose.yml index 20783f8fb..a21d49db4 100644 --- a/examples/rest-api/docker-compose.yml +++ b/examples/rest-api/docker-compose.yml @@ -2,7 +2,7 @@ services: knowledge-engine: image: ghcr.io/tno/knowledge-engine/smart-connector:1.2.5 healthcheck: - test: curl -f http://localhost:8280/rest/sc + test: wget http://localhost:8280/rest/sc -O /dev/null interval: 1s sensor: build: