mirror of
https://github.com/batonogov/learn-devops.git
synced 2025-12-02 18:23:02 +00:00
Add MinIO cluster (#15)
Co-authored-by: Fedor Batonogov <f.batonogov@yandex.ru>
This commit is contained in:
committed by
GitHub
parent
a45b92d625
commit
55deb994c6
@@ -1,7 +1,11 @@
|
||||
{
|
||||
"registry-mirrors": [
|
||||
"https://dockerhub.timeweb.cloud",
|
||||
"https://mirror.gcr.io",
|
||||
"https://public.ecr.aws"
|
||||
]
|
||||
"registry-mirrors": [
|
||||
"https://dockerhub.timeweb.cloud",
|
||||
"https://mirror.gcr.io",
|
||||
"https://public.ecr.aws"
|
||||
],
|
||||
"log-driver": "json-file",
|
||||
"log-opts": {
|
||||
"max-size": "1g"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user