mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-25 18:22:48 +00:00
Merge pull request #613 from haiwen/update_notification_server_deployment
update notification server deployment
This commit is contained in:
commit
22ea1b1388
|
|
@ -26,7 +26,7 @@ Modify `.env`, and insert `notification-server.yml` into `COMPOSE_FILE`:
|
|||
COMPOSE_FILE='seafile-server.yml,caddy.yml,notification-server.yml'
|
||||
```
|
||||
|
||||
then add or modify `ENABLE_NOTIFICATION_SERVER` and `NOTIFICATION_SERVER_URL`:
|
||||
then add or modify `ENABLE_NOTIFICATION_SERVER`:
|
||||
|
||||
```sh
|
||||
ENABLE_NOTIFICATION_SERVER=true
|
||||
|
|
|
|||
Loading…
Reference in New Issue