Skip to content

Commit e1b3a4a

Browse files
committed
🎨 Update README #14148 (comment)
1 parent e41fa43 commit e1b3a4a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ docker run -d \
207207
* `PGID`: Custom group ID (optional, defaults to `1000` if not provided)
208208
* `workspace_dir_host`: The workspace folder path on the host
209209
* `workspace_dir_container`: The path of the workspace folder in the container, as specified in `--workspace`
210-
* In alternative, it's possible to set the auth code via the `SIYUAN_WORKSPACE_PATH` env variable. The commandline will always have the priority, if both are set.
210+
* In alternative, it's possible to set the path via the `SIYUAN_WORKSPACE_PATH` env variable. The commandline will always have the priority, if both are set.
211211
* `accessAuthCode`: Access authorization code (please **be sure to modify**, otherwise anyone can access your data)
212212
* In alternative, it's possible to set the auth code via the `SIYUAN_ACCESS_AUTH_CODE` env variable. The commandline will always have the priority, if both are set.
213213

README_ja_JP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ docker run -d \
206206
* `PGID`: カスタムグループID(オプション、指定しない場合はデフォルトで `1000`
207207
* `workspace_dir_host`: ホスト上のワークスペースフォルダーのパス
208208
* `workspace_dir_container`: コンテナ内のワークスペースフォルダーのパス、`--workspace` で指定されたものと同じ
209-
* また`SIYUAN_WORKSPACE_PATH` 環境変数を設定することで認証コードを指定することもできます。両方が設定されている場合、コマンドラインの値が優先されます。
209+
* あるいは`SIYUAN_WORKSPACE_PATH` 環境変数を使用してパスを設定することもできます。両方が設定されている場合は、コマンドラインの値が優先されます。
210210
* `accessAuthCode`: アクセス認証コード(**必ず変更してください**、そうしないと誰でもデータにアクセスできます)
211211
* また、`SIYUAN_ACCESS_AUTH_CODE` 環境変数を設定することで認証コードを指定することもできます。両方が設定されている場合、コマンドラインの値が優先されます。
212212

README_zh_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ docker run -d \
211211
* `PGID`: 自定义组 ID(可选,如果未提供,默认为 `1000`
212212
* `workspace_dir_host`:宿主机上的工作空间文件夹路径
213213
* `workspace_dir_container`:容器内工作空间文件夹路径,和后面 `--workspace` 指定成一样的
214-
* 另外,也可以通过 `SIYUAN_WORKSPACE_PATH` 环境变量设置授权码。如果两者都设置了,命令行的值将优先。
214+
* 另外,也可以通过 `SIYUAN_WORKSPACE_PATH` 环境变量设置路径。如果两者都设置了,命令行的值将优先。
215215
* `accessAuthCode`:访问授权码,请**务必修改**,否则任何人都可以读写你的数据
216216
* 另外,也可以通过 `SIYUAN_ACCESS_AUTH_CODE` 环境变量设置授权码。如果两者都设置了,命令行的值将优先。
217217

0 commit comments

Comments
 (0)