Skip to content

Commit

Permalink
[type:fix] fix integrated test http
Browse files Browse the repository at this point in the history
  • Loading branch information
moremind committed Oct 17, 2023
1 parent 0a8cdcb commit 962d93e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ services:
environment:
- shenyu.register.serverLists=http://shenyu-admin:9095
healthcheck:
test: [ "CMD", "wget", "http://shenyu-examples-http:8189/test/path/123?name=tom" ]
test: ["CMD-SHELL", "wget -q -O - http://shenyu-examples-http:8189/actuator/health | grep UP || exit 1"]
timeout: 2s
retries: 30
ports:
Expand Down

0 comments on commit 962d93e

Please sign in to comment.