mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 02:37:31 +01:00
add some doc about the run-docker-prune tag
This commit is contained in:
parent
1a9cafa3a3
commit
4d5068e283
@ -33,6 +33,12 @@ matrix_synapse_root_log_level: "INFO"
|
||||
|
||||
Re-run the playbook after making these configuration changes.
|
||||
|
||||
## Remove unused Docker data
|
||||
|
||||
You can free some disk space from Docker, see [docker system prune](https://docs.docker.com/engine/reference/commandline/system_prune/) for more information.
|
||||
```bash
|
||||
ansible-playbook -i inventory/hosts setup.yml --tags=run-docker-prune
|
||||
```
|
||||
|
||||
## Postgres
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user