diff --git a/manual/setup/cluster_deploy_with_docker.md b/manual/setup/cluster_deploy_with_docker.md index 5c9f5e2b..155bdcce 100644 --- a/manual/setup/cluster_deploy_with_docker.md +++ b/manual/setup/cluster_deploy_with_docker.md @@ -158,12 +158,13 @@ Seafile Server: 2 frontend nodes, 1 backend node ### Deploy the others Seafile frontend nodes -You can directly copy all the directories generated by the first frontend node, including the Docker-compose files (e.g., `seafile-server.yml`, `.env`) and modified configuration files, and then start the seafile docker container: +1. Copy `seafile-server.yml`, `.env `and configuration files from frontend node -```sh -docker compose down -docker compose up -d -``` +2. Start the service + + ```sh + docker compose up -d + ``` ### Deploy seafile backend node