对注册中心的服务host进行判断,因为在docker环境中会获取到docker内部ip,故添加local_ip配置
Showing
| ... | ... | @@ -18,8 +18,9 @@ |
| "hyperf/validation": "~1.1.0", | ||
| "hyperf/command": "~1.1.0", | ||
| "hyperf/redis": "~1.1.0", | ||
| "hyperf/guzzle": "^1.1@dev", | ||
| "hyperf/config": "^1.1@dev" | ||
| "hyperf/guzzle": "~1.1.0", | ||
| "hyperf/config": "~1.1.0", | ||
| "hyperf/service-governance": "~1.1.0" | ||
| }, | ||
| "minimum-stability": "dev", | ||
| "autoload": { | ||
| ... | ... |
Please register or sign in to comment