self-hosted/traefik
Lorenzo Carbonell 550710865e
Update README.md
2021-12-13 20:38:52 +01:00
..
docker-compose.yml first commit 2021-12-13 19:29:29 +00:00
README.md Update README.md 2021-12-13 20:38:52 +01:00
sample.env first commit 2021-12-13 19:29:29 +00:00
sample.traefik.yml first commit 2021-12-13 19:29:29 +00:00
sample.users.txt first commit 2021-12-13 19:29:29 +00:00

Installation

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 usuario contraseña >> traefik/users.txt