Fix Docker installation typo in FAQ

This commit is contained in:
László Várady 2022-11-30 02:44:15 +01:00
parent b25385dffd
commit 3424a1169d
1 changed files with 1 additions and 1 deletions

View File

@ -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?