Skip to content

Commit

Permalink
Merge pull request #574 from TNO/573-examples-rest-api-healthcheck-cu…
Browse files Browse the repository at this point in the history
…rl-fails

Update docker-compose.yml
  • Loading branch information
bnouwt authored Dec 6, 2024
2 parents 07cf05d + f43b461 commit fe5bbc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/rest-api/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fe5bbc8

Please sign in to comment.