Update docs/installing.md

Co-authored-by: Slavi Pantaleev <slavi@devture.com>
This commit is contained in:
Suguru Hirahara 2024-11-09 17:35:52 +09:00 committed by GitHub
parent 60dca4dd46
commit 61f7f8ff50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -81,7 +81,7 @@ matrix_static_files_container_labels_base_domain_enabled: true
After configuring the playbook, run the installation command: After configuring the playbook, run the installation command:
```sh ```sh
ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start ansible-playbook -i inventory/hosts setup.yml --tags=install-all,start
``` ```
## Things to do next ## Things to do next