Skip to content

Commit 19b5bd1

Browse files
authored
Merge branch 'main' into copilot/fix-4d402678-a98c-4c89-bb15-fd5614c805c1
2 parents 8b27d70 + ffc5091 commit 19b5bd1

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
@@ -39,7 +39,7 @@ services:
3939
networks:
4040
- semantic-network
4141
healthcheck:
42-
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:19000/ready"]
42+
test: ["CMD", "curl", "-f", "http://localhost:19000/ready"]
4343
interval: 10s
4444
timeout: 5s
4545
retries: 5

0 commit comments

Comments
 (0)