This commit is contained in:
2024-08-20 19:28:04 +08:00
parent ec72a10ccc
commit 9613819e06
9 changed files with 8 additions and 34 deletions

View File

@@ -1,17 +0,0 @@
# 部署单节点 nginx-php
- 根据实际环境修改
- docker-compose.yml
- nginx/http.d/80.conf
- 创建目录
```
grep '\<source:' docker-compose.yml | cut -d: -f2 | xargs mkdir -p
```
- 上传可能需要的前端文件到 nginx/html/ 下
- 启动
```
docker-compose up -d
```