diff options
| author | Ryan Russell <ryanrussell@users.noreply.github.com> | 2022-09-15 03:27:35 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-15 01:27:35 -0700 |
| commit | b51880ed3b80bab226ff5745f4e1f9618e7b2b93 (patch) | |
| tree | 6ef706bb21da8f3de6832c62da2de413af120c46 | |
| parent | b64411bda827c1628be0e87f94b234b027bb174c (diff) | |
| download | seaweedfs-b51880ed3b80bab226ff5745f4e1f9618e7b2b93.tar.xz seaweedfs-b51880ed3b80bab226ff5745f4e1f9618e7b2b93.zip | |
docs(docker): readability fixes (#3684)
Signed-off-by: Ryan Russell <git@ryanrussell.org>
Signed-off-by: Ryan Russell <git@ryanrussell.org>
| -rw-r--r-- | docker/README.md | 2 | ||||
| -rw-r--r-- | docker/compose/notification.toml | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/docker/compose/notification.toml b/docker/compose/notification.toml index dcd5f2c6f..d93d2ba87 100644 --- a/docker/compose/notification.toml +++ b/docker/compose/notification.toml @@ -1,5 +1,5 @@ [notification.log] -# this is only for debugging perpose and does not work with "weed filer.replicate" +# this is only for debugging purpose and does not work with "weed filer.replicate" enabled = false |
