mirror of
https://github.com/go-gitea/gitea
synced 2024-11-12 13:14:24 +00:00
Fix an indentation in the Chinese documentation of Act Runner (#27730)
In the [English document](https://docs.gitea.com/1.21/usage/actions/act-runner#configuring-cache-when-starting-a-runner-using-docker-image), there is indentation here, but there is no indentation in the Chinese document.
This commit is contained in:
parent
a5bdcfc863
commit
9b991f2947
@ -208,12 +208,12 @@ services:
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
cache:
|
cache:
|
||||||
enabled: true
|
enabled: true
|
||||||
dir: ""
|
dir: ""
|
||||||
# 使用步骤 1. 获取的 LAN IP
|
# 使用步骤 1. 获取的 LAN IP
|
||||||
host: "192.168.8.17"
|
host: "192.168.8.17"
|
||||||
# 使用步骤 2. 获取的端口号
|
# 使用步骤 2. 获取的端口号
|
||||||
port: 8088
|
port: 8088
|
||||||
```
|
```
|
||||||
|
|
||||||
- 4.启动容器时, 将 Cache 端口映射至主机。
|
- 4.启动容器时, 将 Cache 端口映射至主机。
|
||||||
|
Loading…
Reference in New Issue
Block a user