From a65cfddf0c36e4ab676d78d11a7405e3390aabe5 Mon Sep 17 00:00:00 2001
From: ecobytes collective <status@ecobytes.net>
Date: Wed, 19 Feb 2020 20:44:58 +0100
Subject: [PATCH] =?UTF-8?q?amend=20compose=20example=20with=20http=20>=20h?=
 =?UTF-8?q?ttps=20redirect=20for=20tr=C3=A6fik?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 docker-compose.yml.example | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docker-compose.yml.example b/docker-compose.yml.example
index 45d1fd7..8bd3022 100644
--- a/docker-compose.yml.example
+++ b/docker-compose.yml.example
@@ -11,6 +11,7 @@ services:
     #   - traefik.backend=net-degrowth-events
     #   - traefik.frontend.rule=Host:events.degrowth.net
     #   - traefik.frontend.passHostHeader=true
+    #   - traefik.frontend.redirect.entryPoint=https
     #   - traefik.docker.network=web
     #   - traefik.port=80
     volumes:
-- 
GitLab