From 50beb45228469f1a23d01de5aa660f5c0d8e36b0 Mon Sep 17 00:00:00 2001 From: imgyh <1974355683@qq.com> Date: Sun, 5 Mar 2023 21:34:27 +0800 Subject: [PATCH] =?UTF-8?q?docs(readme):=20=E6=9B=B4=E6=96=B0README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6b46070..f9f83af 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,8 @@ docker run -d -p 5000:5000 --name tiktok --restart=always imgyh/tiktokweb cd /path/to/tiktok python -m pip install -r requirements.txt python TikTokWeb.py +# 指定端口运行 +python TikTokWeb.py -p 5001 ``` 访问: http://localhost:5000