Skip to content

Commit ffc5091

Browse files
Copilotrootfs
andauthored
Fix Envoy container health check by replacing wget with curl (#323)
* Initial plan * Fix Envoy health check by replacing wget with curl Co-authored-by: rootfs <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: rootfs <[email protected]>
1 parent 5ec06fd commit ffc5091

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)