Added HTTPS for Traefik

This commit is contained in:
WilliamMiceli
2018-08-25 09:24:21 -04:00
parent 41a2bd0c33
commit 554ae50514

View File

@@ -24,7 +24,7 @@ services:
traefik.frontend.rule: Host:cloudtest.williammiceli.systems traefik.frontend.rule: Host:cloudtest.williammiceli.systems
traefik.port: "80" traefik.port: "80"
traefik.backend: Nextcloud traefik.backend: Nextcloud
traefik.frontend.entryPoints: http traefik.frontend.entryPoints: http,https
links: links:
- mysql - mysql
networks: networks: