Merge pull request #5627 from owncloud/ChrisEdS-fix-ocis_wopi

Fix invalid type in ocis_wopi docker-compose file
This commit is contained in:
Willy Kloucek
2023-02-22 19:02:49 +01:00
committed by GitHub

View File

@@ -81,7 +81,7 @@ services:
NOTIFICATIONS_SMTP_PORT: 2500
NOTIFICATIONS_SMTP_SENDER: oCIS notifications <notifications@${OCIS_DOMAIN:-ocis.owncloud.test}>
NOTIFICATIONS_SMTP_USERNAME: notifications@${OCIS_DOMAIN:-ocis.owncloud.test}
NOTIFICATIONS_SMTP_INSECURE: true # the mail catcher uses self signed certificates
NOTIFICATIONS_SMTP_INSECURE: "true" # the mail catcher uses self signed certificates
volumes:
- ./config/ocis/app-registry.yaml:/etc/ocis/app-registry.yaml
- ocis-config:/etc/ocis