From 33a0cd0ff64197a182d27dbfbba5f029496a84ce Mon Sep 17 00:00:00 2001 From: WilliamMiceli <9000802+WilliamMiceli@users.noreply.github.com> Date: Mon, 27 Aug 2018 17:43:42 -0400 Subject: [PATCH] Modified Traefik labels to only the essentials --- templates/Nextcloud/0/docker-compose.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/templates/Nextcloud/0/docker-compose.yml b/templates/Nextcloud/0/docker-compose.yml index 7430e48..e5f318b 100644 --- a/templates/Nextcloud/0/docker-compose.yml +++ b/templates/Nextcloud/0/docker-compose.yml @@ -13,8 +13,6 @@ services: MYSQL_PASSWORD: ${DB_USER_PASS} NEXTCLOUD_ADMIN_USER: ${NC_ADMIN} NEXTCLOUD_ADMIN_PASSWORD: ${NC_ADMIN_PASS} -# expose: -# - "80" labels: io.rancher.container.pull_image: always {{- if (.Values.HOST_LABEL)}} @@ -23,8 +21,7 @@ services: traefik.enable: true traefik.frontend.rule: Host:cloudtest.williammiceli.systems traefik.port: "80" - traefik.backend: Nextcloud - traefik.frontend.entryPoints: http,https + traefik.frontend.entryPoints: https links: - mysql networks: