mirror of
https://github.com/minio/minio.git
synced 2025-11-24 11:37:46 -05:00
Update yaml files to latest version RELEASE.2019-08-14T20-37-41Z
This commit is contained in:
@@ -2,7 +2,7 @@ version: '3.7'
|
||||
|
||||
services:
|
||||
minio1:
|
||||
image: minio/minio:RELEASE.2019-08-07T01-59-21Z
|
||||
image: minio/minio:RELEASE.2019-08-14T20-37-41Z
|
||||
hostname: minio1
|
||||
volumes:
|
||||
- minio1-data:/export
|
||||
@@ -28,7 +28,7 @@ services:
|
||||
command: server http://minio1/export http://minio2/export http://minio3/export http://minio4/export
|
||||
|
||||
minio2:
|
||||
image: minio/minio:RELEASE.2019-08-07T01-59-21Z
|
||||
image: minio/minio:RELEASE.2019-08-14T20-37-41Z
|
||||
hostname: minio2
|
||||
volumes:
|
||||
- minio2-data:/export
|
||||
@@ -54,7 +54,7 @@ services:
|
||||
command: server http://minio1/export http://minio2/export http://minio3/export http://minio4/export
|
||||
|
||||
minio3:
|
||||
image: minio/minio:RELEASE.2019-08-07T01-59-21Z
|
||||
image: minio/minio:RELEASE.2019-08-14T20-37-41Z
|
||||
hostname: minio3
|
||||
volumes:
|
||||
- minio3-data:/export
|
||||
@@ -80,7 +80,7 @@ services:
|
||||
command: server http://minio1/export http://minio2/export http://minio3/export http://minio4/export
|
||||
|
||||
minio4:
|
||||
image: minio/minio:RELEASE.2019-08-07T01-59-21Z
|
||||
image: minio/minio:RELEASE.2019-08-14T20-37-41Z
|
||||
hostname: minio4
|
||||
volumes:
|
||||
- minio4-data:/export
|
||||
|
||||
Reference in New Issue
Block a user