From 8c81cde35e436fcd21a6af607120ca892ec32d7b Mon Sep 17 00:00:00 2001 From: Jean Froment Date: Fri, 11 Sep 2020 14:51:24 +0200 Subject: [PATCH] Indicate to users they need to fetch latest changes before doing Traefik v2 upgrade --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4398c54..d89e463 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ through the reverse proxy. Before upgrading Traefik to version 2, please check the following: - In this repo, Traefik v2 upgrade is as seamless as possible (same environment variables than before, out-of-the-box config file...). +- **First, ``git pull`` to grab the latest code.** - The ``HTTP_PASSWORD`` variable now must be simple-quoted in the .env file. See the updated ``.env.sample`` file (which has also been reorganized) - Run ``init.sh`` in order to create required Docker objects (network name has changed). - You can update your acme.json to a Traefik v2-compliant one by doing the following (before launching Traefik v2):