matrix-docker-ansible-deploy/roles
Slavi Pantaleev 70487061f4 Prefer --mount instead of -v for mounting volumes
This doesn't replace all usage of `-v`, but it's a start.

People sometimes troubleshoot by deleting files (especially bridge
config files). Restarting Synapse with a missing registration.yaml file
for a given bridge, causes the `-v
/something/registration.yaml:/something/registration.yaml:ro` option
to force-create `/something/registration.yaml` as a directory.

When a path that's provided to the `-v` option is missing, Docker
auto-creates that path as a directory.
This causes more breakage and confusion later on.

We'd rather fail, instead of magically creating directories.
Using `--mount`, instead of `-v` is the solution to this.

From Docker's documentation:

> When you use --mount with type=bind, the host-path must refer to an existing path on the host.
> The path will not be created for you and the service will fail with an error if the path does not exist.
2019-05-29 09:59:50 +03:00
..
matrix-base Fix CONDITIONAL_BARE_VARS deprecation warning in ansible 2.8 2019-05-21 10:25:59 -05:00
matrix-bridge-appservice-discord Prefer --mount instead of -v for mounting volumes 2019-05-29 09:59:50 +03:00
matrix-bridge-appservice-irc Prefer --mount instead of -v for mounting volumes 2019-05-29 09:59:50 +03:00
matrix-bridge-mautrix-facebook Prefer --mount instead of -v for mounting volumes 2019-05-29 09:59:50 +03:00
matrix-bridge-mautrix-telegram Prefer --mount instead of -v for mounting volumes 2019-05-29 09:59:50 +03:00
matrix-bridge-mautrix-whatsapp Prefer --mount instead of -v for mounting volumes 2019-05-29 09:59:50 +03:00
matrix-common-after/tasks Fix CONDITIONAL_BARE_VARS deprecation warning in ansible 2.8 2019-05-21 10:25:59 -05:00
matrix-corporal Add support for more flexible container port exposing 2019-05-25 07:41:08 +09:00
matrix-coturn Add support for more flexible container port exposing 2019-05-25 07:41:08 +09:00
matrix-dimension Add support for more flexible container port exposing 2019-05-25 07:41:08 +09:00
matrix-mailer Fix docker_image option for ansible < 2.8 2019-05-22 05:43:33 -05:00
matrix-mxisd Add support for more flexible container port exposing 2019-05-25 07:41:08 +09:00
matrix-nginx-proxy Add support for proxying /_synapse/admin APIs 2019-05-29 08:32:24 +03:00
matrix-postgres Fix docker_image option for ansible < 2.8 2019-05-22 05:43:33 -05:00
matrix-riot-web Add support for more flexible container port exposing 2019-05-25 07:41:08 +09:00
matrix-synapse Prefer --mount instead of -v for mounting volumes 2019-05-29 09:59:50 +03:00