From 1afb5e120adf54685e48e5eff72e34f3692ccb4d Mon Sep 17 00:00:00 2001 From: Lionel Sambuc Date: Sat, 17 Apr 2021 13:06:01 +0000 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b1686f..918bff7 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,13 @@ htpasswd -nb MyAwesomeUser MyAwesomePassword > conf/users/traefik.htpasswd ``` -2. Create the network used by Træfik to talk to the internal services: + +2. Copy `env.example` to `.env` + +3. Edit `.env` to adapt the Fully Qualified Domain Name (FQDN) as well as CERT_EMAIL + which are used for the Træfik dashboard and let's encrypt validation e-mail. + +4. Create the network used by Træfik to talk to the internal services: ```sh docker network create --attachable --internal proxy # Default shared proxy network @@ -22,7 +28,7 @@ docker network create --attachable --internal proxy_infra # For Network infrastructure ``` -3. Start Træfik: +5. Start Træfik: ```sh docker-compose up -d