修改README.md

This commit is contained in:
想打瞌睡 2023-11-17 14:49:01 +09:00
parent 5aa4d47f59
commit 5a63b877da

View File

@ -15,9 +15,7 @@ docker run -p 8080:80 --name nginx_proxy \ # 启动的容器名称
-v `pwd`/logs:/var/log/nginx/ # 映射日志目录 -v `pwd`/logs:/var/log/nginx/ # 映射日志目录
nginx nginx
``` ```
![启动截图](https://oss2.xiaokeaii.top/2023/启动nginx.png) 4. 访问站点
1. 访问站点
```bash ```bash
http://localhost:8088 http://localhost:8088
``` ```