diff options
| author | 2025-03-10 09:24:37 +0000 | |
|---|---|---|
| committer | 2025-03-10 10:24:37 +0100 | |
| commit | 3db5bfa0f2d7528324c2fd6ae6d49d20da24eecf (patch) | |
| tree | a9d0d3adac68afd93960fcf91f264828b273033f /docs/locales/zh/getting_started/installation/container.md | |
| parent | [chore]: Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc... (diff) | |
| download | gotosocial-3db5bfa0f2d7528324c2fd6ae6d49d20da24eecf.tar.xz | |
[docs/zh] update zh docs: synced to 98c4cae + fix typo (#3884)
* [docs/zh] update zh docs: synced to 98c4cae8
* fix typo
* sync the support matrix in README
* update mkdocs.yml: add new article
Diffstat (limited to 'docs/locales/zh/getting_started/installation/container.md')
| -rw-r--r-- | docs/locales/zh/getting_started/installation/container.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/locales/zh/getting_started/installation/container.md b/docs/locales/zh/getting_started/installation/container.md index f8c60f469..5ae26a4af 100644 --- a/docs/locales/zh/getting_started/installation/container.md +++ b/docs/locales/zh/getting_started/installation/container.md @@ -42,10 +42,10 @@ nano docker-compose.yaml * `latest`:默认值。这指向最新的稳定版本的 GoToSocial。 * `snapshot`:指向当前在主分支上的代码。不保证稳定,可能经常出错。谨慎使用。 -* `vX.Y.Z`:发布标签。这指向 GoToSocial 的特定、稳定的版本。 +* `X.Y.Z`:发布标签。这指向 GoToSocial 的特定、稳定的版本。 !!! tip "提示" - `latest` 和 `snapshot` 标签是动态标签,而 `vX.Y.Z` 标签是固定的。拉取动态标签的结果可能每天都会变化。同一系统上的 `latest` 可能与不同系统上的 `latest` 不同。建议使用 `vX.Y.Z` 标签,以便你始终确切知道运行的是 GoToSocial 的哪个版本。发布列表可以在[这里](https://github.com/superseriousbusiness/gotosocial/releases)找到,最新的发布在顶部。 + `latest` 和 `snapshot` 标签是动态标签,而 `X.Y.Z` 标签是固定的。拉取动态标签的结果可能每天都会变化。同一系统上的 `latest` 可能与不同系统上的 `latest` 不同。建议使用 `X.Y.Z` 标签,以便你始终确切知道运行的是 GoToSocial 的哪个版本。发布列表可以在[这里](https://github.com/superseriousbusiness/gotosocial/releases)找到,最新的发布在顶部。 ### 主机 |
