From 550710865effa9778dd38d0f0077e1d426d09c7c Mon Sep 17 00:00:00 2001 From: Lorenzo Carbonell Date: Mon, 13 Dec 2021 20:38:52 +0100 Subject: [PATCH] Update README.md --- traefik/README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/traefik/README.md b/traefik/README.md index a1dedd5..7562032 100644 --- a/traefik/README.md +++ b/traefik/README.md @@ -1,8 +1,11 @@ # Installation ``` -git clone -touch traefik.yml -touch users.txt +git clone git@github.com:atareao/dockers.git +cd dockers/traefik +mv sample.env .env +mv sample.traefik.yml traefik.yml +mv sample.users.txt users.txt touch acme.json -htpasswd -nb admin admin >> traefik/users.txt +htpasswd -nb usuario contraseƱa >> traefik/users.txt +```