Skip to content

Commit

Permalink
Merge pull request #5628 from owncloud/ChrisEdS-docker-compose-fix
Browse files Browse the repository at this point in the history
Fix invalid type in ocis_traefik docker-compose file
  • Loading branch information
wkloucek authored Feb 22, 2023
2 parents 7fd3faf + 6e1dc16 commit 4591c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/examples/ocis_traefik/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,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:
- ocis-config:/etc/ocis
- ocis-data:/var/lib/ocis
Expand Down

0 comments on commit 4591c7e

Please sign in to comment.