self-hosted/traefik/README.md

12 lines
241 B
Markdown
Raw Normal View History

2021-12-13 20:36:37 +01:00
# Installation
```
2021-12-13 20:38:52 +01:00
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
2021-12-13 20:36:37 +01:00
touch acme.json
2021-12-13 20:38:52 +01:00
htpasswd -nb usuario contraseña >> traefik/users.txt
```