Skip to content

Commit 59fe31a

Browse files
Copilotrootfs
andcommitted
Fix Envoy health check by replacing wget with curl
Co-authored-by: rootfs <[email protected]>
1 parent 8ad0860 commit 59fe31a

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)