소스 검색
Merge pull request #2306 from MrAnno/faq-docker-install-typo
Fix Docker installation typo in FAQ
pull/2307/head
Slavi Pantaleev
3 년 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
docs/faq.md
|
|
|
@@ -317,7 +317,7 @@ If you've installed [Jitsi](configuring-playbook-jitsi.md) (not installed by def |
|
|
|
Yes, we can stop installing Docker ourselves. Just use this in your `vars.yml` file: |
|
|
|
|
|
|
|
```yaml |
|
|
|
matrix_playbook_docker_installation_enabled: true |
|
|
|
matrix_playbook_docker_installation_enabled: false |
|
|
|
``` |
|
|
|
|
|
|
|
### I run another webserver on the same server where I wish to install Matrix. What now? |
|
|
|
|