Update README.md

This commit is contained in:
Lorenzo Carbonell 2022-01-31 21:12:04 +01:00 committed by GitHub
parent 164dece96f
commit 01b16aaded
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,10 +3,10 @@
```
git clone https://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
cp sample.env .env
cp sample.traefik.yml traefik.yml
touch acme.json
chmod 600 acme.json
htpasswd -nb usuario contraseña >> users.txt
docker-compose up -d
docker-compose logs -f