adjuest format of some sentences

This commit is contained in:
Junxiang Huang 2025-07-02 18:36:42 +08:00
parent 4f990f5e77
commit dff3b5379f

View File

@ -78,7 +78,7 @@ Please refer [here](./system_requirements.md#seafile-cluster) for the details ab
!!! success "Cluster init mode"
Because CLUSTER_INIT_MODE is true in the `.env` file, Seafile docker will be started in init mode and generate configuration files. As the results, you can see the following lines if you trace the Seafile container (i.e., `docker logs seafile`):
Because `CLUSTER_INIT_MODE` is true in the `.env` file, Seafile docker will be started in init mode and generate configuration files. As the results, you can see the following lines if you trace the Seafile container (i.e., `docker logs seafile`):
```log
---------------------------------
@ -123,7 +123,7 @@ Please refer [here](./system_requirements.md#seafile-cluster) for the details ab
- [seahub_settings.py](../config/seahub_settings_py.md)
8. After initailizing the cluster, the following fields can be removed in `.env`
- `CLUSTER_INIT_MODE`, must be removed from .env file
- `CLUSTER_INIT_MODE`, must be removed from `.env` file
- `CLUSTER_INIT_MEMCACHED_HOST`
- `CLUSTER_INIT_ES_HOST`
- `CLUSTER_INIT_ES_PORT`