mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-25 18:22:48 +00:00
This commit is contained in:
parent
8021839858
commit
6600ca49ec
|
|
@ -70,8 +70,8 @@ If you enable [clustering](../setup_binary/cluster_deployment.md), You need to d
|
|||
Download `.env` and `notification-server.yml` to notification server directory:
|
||||
|
||||
```sh
|
||||
wget https://manual.seafile.com/13.0/repo/docker/notification-server/standalone/notification-server.yml
|
||||
wget -O .env https://manual.seafile.com/13.0/repo/docker/notification-server/standalone/env
|
||||
wget https://manual.seafile.com/13.0/repo/docker/notification-server/notification-server.yml
|
||||
wget -O .env https://manual.seafile.com/13.0/repo/docker/notification-server/env
|
||||
```
|
||||
|
||||
Then modify the `.env` file according to your environment. The following fields are needed to be modified:
|
||||
|
|
|
|||
Loading…
Reference in New Issue