Update README.md

This commit is contained in:
Lorenzo Carbonell 2021-12-13 20:38:52 +01:00 committed by GitHub
parent ad064049ac
commit 550710865e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,11 @@
# Installation # Installation
``` ```
git clone git clone git@github.com:atareao/dockers.git
touch traefik.yml cd dockers/traefik
touch users.txt mv sample.env .env
mv sample.traefik.yml traefik.yml
mv sample.users.txt users.txt
touch acme.json touch acme.json
htpasswd -nb admin admin >> traefik/users.txt htpasswd -nb usuario contraseña >> traefik/users.txt
```