Skip to content

Commit

Permalink
fix test port
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenlj committed Apr 3, 2024
1 parent e24a343 commit 7813b61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 4-governance/dubbo-samples-sentinel/case-configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
waitPortsBeforeRun:
- nacos:8848
checkPorts:
- 20880
- 50051
depends_on:
- nacos

Expand All @@ -50,7 +50,7 @@ services:
- nacos.port=8848
waitPortsBeforeRun:
- nacos:8848
- dubbo-samples-sentinel-provider:20880
- dubbo-samples-sentinel-provider:50051
depends_on:
- nacos
- dubbo-samples-sentinel-provider

0 comments on commit 7813b61

Please sign in to comment.