From a94a35a68832957835482b5cbb130fca95436594 Mon Sep 17 00:00:00 2001 From: David Beniamine <david.beniamine@tetras-libre.fr> Date: Tue, 8 Nov 2022 16:16:02 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20broken=20url=C2=A0README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2595e65..434742c 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ If sources files are modified, run `docker-compose up -d --build` to update Mira #### Traefik -We provide a `traefik.yml` file to use behind [traefik](https://traefik.io/https://traefik.io/) this file does the following assumptions : +We provide a `traefik.yml` file to use behind [traefik](https://traefik.io/) this file does the following assumptions : + A traefik container exists and is running in an external docker network called `traefik` + Traefik has a tls resolver called `myresolver` -- GitLab