소스 검색

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



불러오는 중...
취소
저장