Parcourir la source

Merge pull request #684 from deSagaz/patch-1

Fix docker mount instruction in documentation
pull/698/head
Slavi Pantaleev il y a 5 ans
committed by GitHub
Parent
révision
5430a65411
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      docs/howto-server-delegation.md

+ 1
- 1
docs/howto-server-delegation.md Voir le fichier

@@ -89,7 +89,7 @@ matrix_nginx_proxy_proxy_matrix_federation_api_ssl_certificate_key: /matrix/ssl/
If your files are not in `/matrix/ssl` but in some other location, you would need to mount them into the container:

```yaml
matrix_synapse_container_extra_arguments:
matrix_nginx_proxy_container_extra_arguments:
- "--mount type=bind,src=/some/path/on/the/host,dst=/some/path/inside/the/container,ro"
```



Chargement…
Annuler
Enregistrer