File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ services:
110
110
- NET_ADMIN
111
111
112
112
minio :
113
- image : minio/minio:RELEASE.2022 -08-08T18-34-09Z
113
+ image : minio/minio:RELEASE.2024 -08-17T01-24-54Z
114
114
hostname : minio
115
115
# ports:
116
116
# - "9000:9000"
@@ -121,7 +121,7 @@ services:
121
121
- " MINIO_SECRET_KEY=minio1234"
122
122
command : server /backups
123
123
createbucket :
124
- image : minio/mc
124
+ image : minio/mc:RELEASE.2024-08-17T11-33-50Z
125
125
depends_on :
126
126
- minio
127
127
entrypoint : >
Original file line number Diff line number Diff line change @@ -157,18 +157,18 @@ services:
157
157
- data-rs103:/data/db
158
158
159
159
minio :
160
- image : minio/minio:RELEASE.2022 -08-08T18-34-09Z
160
+ image : minio/minio:RELEASE.2024 -08-17T01-24-54Z
161
161
hostname : minio
162
162
ports :
163
- - " 9001 :9000"
163
+ - " 9000 :9000"
164
164
volumes :
165
165
- backups:/backups
166
166
environment :
167
167
- " MINIO_ACCESS_KEY=minio1234"
168
168
- " MINIO_SECRET_KEY=minio1234"
169
169
command : server /backups
170
170
createbucket :
171
- image : minio/mc
171
+ image : minio/mc:RELEASE.2024-08-17T11-33-50Z
172
172
depends_on :
173
173
- minio
174
174
entrypoint : >
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ services:
66
66
- NET_ADMIN
67
67
68
68
minio :
69
- image : minio/minio:RELEASE.2022 -08-08T18-34-09Z
69
+ image : minio/minio:RELEASE.2024 -08-17T01-24-54Z
70
70
hostname : minio
71
71
# ports:
72
72
# - "9000:9000"
@@ -77,7 +77,7 @@ services:
77
77
- " MINIO_SECRET_KEY=minio1234"
78
78
command : server /backups
79
79
createbucket :
80
- image : minio/mc
80
+ image : minio/mc:RELEASE.2024-08-17T11-33-50Z
81
81
depends_on :
82
82
- minio
83
83
entrypoint : >
Original file line number Diff line number Diff line change @@ -406,7 +406,7 @@ services:
406
406
- rs203
407
407
408
408
minio :
409
- image : minio/minio:RELEASE.2022 -08-08T18-34-09Z
409
+ image : minio/minio:RELEASE.2024 -08-17T01-24-54Z
410
410
hostname : minio
411
411
# ports:
412
412
# - "9000:9000"
@@ -417,7 +417,7 @@ services:
417
417
- " MINIO_SECRET_KEY=minio1234"
418
418
command : server /backups
419
419
createbucket :
420
- image : minio/mc
420
+ image : minio/mc:RELEASE.2024-08-17T11-33-50Z
421
421
depends_on :
422
422
- minio
423
423
entrypoint : >
You can’t perform that action at this time.
0 commit comments