From 6e1dc16199cd4d797170b638d4d6f012e1e5a2e7 Mon Sep 17 00:00:00 2001 From: Christian Scherm Date: Wed, 22 Feb 2023 15:34:13 +0100 Subject: [PATCH] Fix invalid type in ocis_traefik docker-compose file --- deployments/examples/ocis_traefik/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/examples/ocis_traefik/docker-compose.yml b/deployments/examples/ocis_traefik/docker-compose.yml index 05e4fd318eb..379ba65d2d6 100644 --- a/deployments/examples/ocis_traefik/docker-compose.yml +++ b/deployments/examples/ocis_traefik/docker-compose.yml @@ -73,7 +73,7 @@ services: NOTIFICATIONS_SMTP_PORT: 2500 NOTIFICATIONS_SMTP_SENDER: oCIS notifications 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