aboutsummaryrefslogtreecommitdiff
path: root/docker/README.md
diff options
context:
space:
mode:
authorKonstantin Lebedev <9497591+kmlebedev@users.noreply.github.com>2022-06-01 20:10:52 +0500
committerKonstantin Lebedev <9497591+kmlebedev@users.noreply.github.com>2022-06-01 20:10:52 +0500
commitb86628f85d7647251af1b43e2397ab7e9bfbc0bd (patch)
treebb98cb4d33c47e6acda5400d5889b09ea28a885d /docker/README.md
parent6793bc853c8b54823157bda6af4385411f8f6aea (diff)
downloadseaweedfs-b86628f85d7647251af1b43e2397ab7e9bfbc0bd.tar.xz
seaweedfs-b86628f85d7647251af1b43e2397ab7e9bfbc0bd.zip
fix show empty dir
https://github.com/chrislusf/seaweedfs/issues/3086
Diffstat (limited to 'docker/README.md')
-rw-r--r--docker/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docker/README.md b/docker/README.md
index d6e1f4928..524f5d4d0 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -37,3 +37,8 @@ docker buildx build --pull --push --platform linux/386,linux/amd64,linux/arm64,l
docker buildx stop $BUILDER
```
+## Minio debuging
+```
+mc config host add local http://127.0.0.1:9000 some_access_key1 some_secret_key1
+mc admin trace --all --verbose local
+``` \ No newline at end of file