From d16b8271d2a29b576f86f8e14856fc850fabd0ab Mon Sep 17 00:00:00 2001 From: timekills Date: Tue, 15 Jan 2019 23:38:08 +0430 Subject: [PATCH] removed https req line 48 Removed from line 48: traefik.protocol: 'https' --- apps/mcmyadmin2.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/mcmyadmin2.yml b/apps/mcmyadmin2.yml index 7a4345d..360c956 100644 --- a/apps/mcmyadmin2.yml +++ b/apps/mcmyadmin2.yml @@ -45,7 +45,6 @@ - name: 'Adding Traefik' set_fact: pg_labels: - traefik.protocol: 'https' traefik.frontend.auth.forward.address: '{{gauth}}' traefik.enable: 'true' traefik.port: '{{intport}}'