matrix-docker-ansible-deploy/roles/matrix-nginx-proxy/templates
Slavi Pantaleev 12867e9f18 Do not try to mount /matrix/ssl when matrix_ssl_retrieval_method is 'none'
Since the switch from `-v` to `--mount` (in 1fca917ad1),
we've regressed when `matrix_ssl_retrieval_method == 'none'`.

In such a case, we don't create `/matrix/ssl` directories at all
and shouldn't be trying to mount them into the `matrix-nginx-proxy`
container.

Previously, with `-v`, Docker would auto-create them, effectively hiding
our mistake. Now that `--mount` doesn't do such auto-creation magic,
the `matrix-nginx-proxy` container was failing to start.

Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/734
2020-11-26 09:55:26 +02:00
..
cron.d Stop using Ansible's cron module 2020-09-06 10:49:19 +03:00
nginx Make https://matrix.DOMAIN/ redirect to https://element.DOMAIN/ 2020-10-28 10:39:12 +02:00
systemd Do not try to mount /matrix/ssl when matrix_ssl_retrieval_method is 'none' 2020-11-26 09:55:26 +02:00
usr-local-bin Remove some more -v usage 2020-11-25 10:49:59 +02:00