Skip to content

Commit

Permalink
Merge pull request #5627 from owncloud/ChrisEdS-fix-ocis_wopi
Browse files Browse the repository at this point in the history
Fix invalid type in ocis_wopi docker-compose file
  • Loading branch information
wkloucek authored Feb 22, 2023
2 parents 82b129f + a90e13a commit 7fd3faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/examples/ocis_wopi/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7fd3faf

Please sign in to comment.