mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-25 21:48:28 -05:00
fixed the notification service error when the user's display name contained special characters
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
services:
|
||||
ocis:
|
||||
environment:
|
||||
# enable the notifications service
|
||||
OCIS_ADD_RUN_SERVICES": "notifications"
|
||||
NOTIFICATIONS_SMTP_HOST: inbucket
|
||||
NOTIFICATIONS_SMTP_PORT: 2500
|
||||
NOTIFICATIONS_SMTP_SENDER: oCIS notifications <notifications@${OCIS_DOMAIN:-ocis.owncloud.test}>
|
||||
|
||||
Reference in New Issue
Block a user