Merge branch 'main' of github.com:atareao/self-hosted

This commit is contained in:
Lorenzo 2022-02-05 08:55:57 +01:00
commit b0c918f0c4

View File

@ -8,6 +8,7 @@ cp sample.traefik.yml traefik.yml
touch acme.json
chmod 600 acme.json
htpasswd -nb usuario contraseña >> users.txt
docker network create proxy
docker-compose up -d
docker-compose logs -f
```