Upgrade Traefik (v3.3.2-0 -> v3.3.2-1) and remove traefik_config_certificatesResolvers_acme_email references

Ref:

- https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/4014
- 21b36ce336

Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/4014
This commit is contained in:
Slavi Pantaleev
2025-01-31 14:33:34 +02:00
parent bd07b23ce1
commit 0515787de2
6 changed files with 1 additions and 19 deletions

View File

@ -18,8 +18,6 @@ To have the playbook install and use Traefik, add the following configuration to
```yaml
matrix_playbook_reverse_proxy_type: playbook-managed-traefik
traefik_config_certificatesResolvers_acme_email: YOUR_EMAIL_ADDRESS
```
Traefik will manage SSL certificates for all services seamlessly.