Fix indentation: causing triple backtick to render in codeblock

This commit is contained in:
Billy Tat
2024-09-20 15:48:20 -07:00
parent 4a06d3b5fb
commit 2b36bf35c1
10 changed files with 50 additions and 50 deletions
@@ -76,11 +76,11 @@ title: 7 层 NGINX 负载均衡器上的 TLS 终止(Docker 安装)
1. 输入以下命令:
```
docker run -d --restart=unless-stopped \
-p 80:80 -p 443:443 \
rancher/rancher:latest --no-cacerts
```
```
docker run -d --restart=unless-stopped \
-p 80:80 -p 443:443 \
rancher/rancher:latest --no-cacerts
```
</details>