mirror of
https://github.com/minio/minio.git
synced 2024-12-25 22:55:54 -05:00
Update yaml files to latest version RELEASE.2021-07-12T02-44-53Z
This commit is contained in:
parent
55b08403cb
commit
bc8962102f
@ -5,7 +5,7 @@ version: '3.7'
|
||||
# it through port 9000.
|
||||
services:
|
||||
minio1:
|
||||
image: minio/minio:RELEASE.2021-07-08T19-43-25Z
|
||||
image: minio/minio:RELEASE.2021-07-12T02-44-53Z
|
||||
hostname: minio1
|
||||
volumes:
|
||||
- data1-1:/data1
|
||||
@ -24,7 +24,7 @@ services:
|
||||
retries: 3
|
||||
|
||||
minio2:
|
||||
image: minio/minio:RELEASE.2021-07-08T19-43-25Z
|
||||
image: minio/minio:RELEASE.2021-07-12T02-44-53Z
|
||||
hostname: minio2
|
||||
volumes:
|
||||
- data2-1:/data1
|
||||
@ -43,7 +43,7 @@ services:
|
||||
retries: 3
|
||||
|
||||
minio3:
|
||||
image: minio/minio:RELEASE.2021-07-08T19-43-25Z
|
||||
image: minio/minio:RELEASE.2021-07-12T02-44-53Z
|
||||
hostname: minio3
|
||||
volumes:
|
||||
- data3-1:/data1
|
||||
@ -62,7 +62,7 @@ services:
|
||||
retries: 3
|
||||
|
||||
minio4:
|
||||
image: minio/minio:RELEASE.2021-07-08T19-43-25Z
|
||||
image: minio/minio:RELEASE.2021-07-12T02-44-53Z
|
||||
hostname: minio4
|
||||
volumes:
|
||||
- data4-1:/data1
|
||||
|
Loading…
Reference in New Issue
Block a user