mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-26 02:32:50 +00:00
update 12.0 cluster
This commit is contained in:
parent
9719836564
commit
683d4855e8
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue