Skip to content

Commit 125aade

Browse files
committed
调整默认端口
1 parent d247f2d commit 125aade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ composer require topthink/think-swoole
2121
php think swoole
2222
~~~
2323

24-
启动完成后,默认会在0.0.0.0:80启动一个HTTP Server,可以直接访问当前的应用。
24+
启动完成后,默认会在0.0.0.0:8080启动一个HTTP Server,可以直接访问当前的应用。
2525

2626
swoole的相关参数可以在`config/swoole.php`里面配置(具体参考配置文件内容)。
2727

0 commit comments

Comments
 (0)