aboutsummaryrefslogtreecommitdiff
path: root/docker/README.md
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-09-15 03:11:34 -0700
committerchrislu <chris.lu@gmail.com>2022-09-15 03:11:34 -0700
commitf9e3e7d1c4a99cb7ce3cee4a5f405eb6ca210504 (patch)
tree0955ddc73b059181073f98b1aac3dfadce93b6dc /docker/README.md
parent896a85d6e4858a48018fcb7fc41026fcb3861dea (diff)
parente0064ae0979f32ec73247029a723939f81086d29 (diff)
downloadseaweedfs-f9e3e7d1c4a99cb7ce3cee4a5f405eb6ca210504.tar.xz
seaweedfs-f9e3e7d1c4a99cb7ce3cee4a5f405eb6ca210504.zip
Merge branch 'master' of https://github.com/seaweedfs/seaweedfs
Diffstat (limited to 'docker/README.md')
-rw-r--r--docker/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/README.md b/docker/README.md
index 007e86d45..07ccbdefa 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -44,7 +44,7 @@ docker buildx build --pull --push --platform linux/386,linux/amd64,linux/arm64,l
docker buildx stop $BUILDER
```
-## Minio debuging
+## Minio debugging
```
mc config host add local http://127.0.0.1:9000 some_access_key1 some_secret_key1
mc admin trace --all --verbose local