From b07bec87c9d9a2ec360041c6342b5346d72112aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=82=A5=E7=BE=8A?= Date: Mon, 26 Dec 2022 06:43:26 +0800 Subject: [PATCH] Update README.md --- codes/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codes/README.md b/codes/README.md index 32672ae..556d48c 100755 --- a/codes/README.md +++ b/codes/README.md @@ -7,7 +7,7 @@ docker run -d --restart unless-stopped --privileged=true -p 5678:80 --name php-e ``` **然后执行:** ``` -docker cp /你的本地PHP文件目录/gdtv.php php-env:/var/www/html/ +docker cp /你的本地PHP文件下载目录/gdtv.php php-env:/var/www/html/ ``` **访问地址:** ```