Update README.md

pull/1/head
肥羊 3 years ago committed by GitHub
parent 966425096a
commit 9f0202cfd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      codes/README.md

@ -10,7 +10,9 @@ docker run -d --restart unless-stopped --privileged=true -p 5678:80 --name php-e
docker cp /你的本地PHP文件地址/xxx.php php-env:/var/www/html/
```
**访问地址:**
`http://你的IP:5678/xxx.php?id=xxx&xx=xxx...`
```
http://你的IP:5678/xxx.php?id=xxx&xx=xxx...
```
### **如果直接运行,小白建议使用宝塔面板,PHP版本需要为8.1:**
1.首先将phpso文件夹中的扩展下载至你本地指定目录,比如`/home/php-so/tonyenc.so`
2.然后在PHP主配置文件添加`extension = /home/php-so/tonyenc.so`如果你不懂,可以用宝塔面板部署,如下图所示:

Loading…
Cancel
Save