From 554ae50514f1948dabb921fe353b06db0f0046f8 Mon Sep 17 00:00:00 2001 From: WilliamMiceli <9000802+WilliamMiceli@users.noreply.github.com> Date: Sat, 25 Aug 2018 09:24:21 -0400 Subject: [PATCH] Added HTTPS for Traefik --- templates/Nextcloud/0/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/Nextcloud/0/docker-compose.yml b/templates/Nextcloud/0/docker-compose.yml index 5f17f0f..7430e48 100644 --- a/templates/Nextcloud/0/docker-compose.yml +++ b/templates/Nextcloud/0/docker-compose.yml @@ -24,7 +24,7 @@ services: traefik.frontend.rule: Host:cloudtest.williammiceli.systems traefik.port: "80" traefik.backend: Nextcloud - traefik.frontend.entryPoints: http + traefik.frontend.entryPoints: http,https links: - mysql networks: