We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5bdcfc commit e94676bCopy full SHA for e94676b
docs/content/usage/actions/act-runner.zh-cn.md
@@ -208,12 +208,12 @@ services:
208
209
```yaml
210
cache:
211
-enabled: true
212
-dir: ""
213
-# 使用步骤 1. 获取的 LAN IP
214
-host: "192.168.8.17"
215
-# 使用步骤 2. 获取的端口号
216
-port: 8088
+ enabled: true
+ dir: ""
+ # 使用步骤 1. 获取的 LAN IP
+ host: "192.168.8.17"
+ # 使用步骤 2. 获取的端口号
+ port: 8088
217
```
218
219
- 4.启动容器时, 将 Cache 端口映射至主机。
0 commit comments