浏览代码

add some doc about the run-docker-prune tag

pull/668/head
Fanch 5 年前
父节点
当前提交
4d5068e283
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. +6
    -0
      docs/maintenance-and-troubleshooting.md

+ 6
- 0
docs/maintenance-and-troubleshooting.md 查看文件

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



正在加载...
取消
保存