change docker for self-hosted

This commit is contained in:
Lorenzo 2022-01-31 06:04:33 +01:00
parent 246b49745d
commit cf51cc9bf8

View File

@ -1,11 +1,11 @@
# Installation
```
git clone git@github.com:atareao/dockers.git
cd dockers/traefik
git clone git@github.com:atareao/self-hosted.git
cd self-hosted/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
htpasswd -nb usuario contraseña >> users.txt
```