aboutsummaryrefslogtreecommitdiff
path: root/docker/README.md
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2022-06-07 08:56:55 -0700
committerGitHub <noreply@github.com>2022-06-07 08:56:55 -0700
commitf43ec9f36310b6c8b34bf7188e36a90c961f0d7e (patch)
tree183d61ae73241b5aae7de845403c58761a76bd45 /docker/README.md
parent666e620b63fef47bac70f2995f530ea307807c48 (diff)
parentc07820178f492c9f344bfce2d929c646dcdc7638 (diff)
downloadseaweedfs-f43ec9f36310b6c8b34bf7188e36a90c961f0d7e.tar.xz
seaweedfs-f43ec9f36310b6c8b34bf7188e36a90c961f0d7e.zip
Merge pull request #3130 from kmlebedev/fix_rm_parent_dir_via_nextcloud
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