From 74445b36e389100e8655047081d0f0107af4f8b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=82=A5=E7=BE=8A?= Date: Mon, 26 Dec 2022 06:45:56 +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 556d48c..9184cc0 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/ ``` **访问地址:** ```