diff --git a/server/config/plugin/webman/channel/process.php b/server/config/plugin/webman/channel/process.php index 921e21e..c9a7d24 100644 --- a/server/config/plugin/webman/channel/process.php +++ b/server/config/plugin/webman/channel/process.php @@ -18,7 +18,7 @@ use Workerman\Protocols\Frame; return [ 'server' => [ - 'listen' => 'frame://0.0.0.0:2206', + 'listen' => 'frame://0.0.0.0:2207', 'protocol' => Frame::class, 'handler' => Server::class, 'reloadable' => false,