From 683d4855e87933b436cba7b8ba9e31bfacb4cb3c Mon Sep 17 00:00:00 2001 From: Junxiang Huang Date: Mon, 23 Dec 2024 09:58:06 +0800 Subject: [PATCH] update 12.0 cluster --- manual/setup/cluster_deploy_with_docker.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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