Browse Source
docs(docker): readability fixes (#3684)
Signed-off-by: Ryan Russell <git@ryanrussell.org>
Signed-off-by: Ryan Russell <git@ryanrussell.org>
pull/3688/head
Ryan Russell
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
docker/README.md
-
docker/compose/notification.toml
|
@ -44,7 +44,7 @@ docker buildx build --pull --push --platform linux/386,linux/amd64,linux/arm64,l |
|
|
docker buildx stop $BUILDER |
|
|
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 config host add local http://127.0.0.1:9000 some_access_key1 some_secret_key1 |
|
|
mc admin trace --all --verbose local |
|
|
mc admin trace --all --verbose local |
|
|
|
@ -1,5 +1,5 @@ |
|
|
[notification.log] |
|
|
[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 |
|
|
enabled = false |
|
|
|
|
|
|
|
|
|
|
|
|
|
|