|
|
@ -39,7 +39,8 @@ matrix_coturn_systemd_required_services_list: ['docker.service']
|
|
|
|
# A list of additional "volumes" to mount in the container.
|
|
|
|
# A list of additional "volumes" to mount in the container.
|
|
|
|
# This list gets populated dynamically at runtime. You can provide a different default value,
|
|
|
|
# This list gets populated dynamically at runtime. You can provide a different default value,
|
|
|
|
# if you wish to mount your own files into the container.
|
|
|
|
# if you wish to mount your own files into the container.
|
|
|
|
# Contains definition objects like this: `{"src": "/outside", "dst": "/inside", "options": "rw|ro|slave|.."}
|
|
|
|
# Contains definition objects like this: `{"type": "bind", "src": "/outside", "dst": "/inside", "options": "readonly"}.
|
|
|
|
|
|
|
|
# See the `--mount` documentation for the `docker run` command.
|
|
|
|
matrix_coturn_container_additional_volumes: []
|
|
|
|
matrix_coturn_container_additional_volumes: []
|
|
|
|
|
|
|
|
|
|
|
|
# A list of extra arguments to pass to the container
|
|
|
|
# A list of extra arguments to pass to the container
|
|
|
|