mirror of
https://github.com/minio/minio.git
synced 2024-12-23 21:55:53 -05:00
Bump docs references to latest Minio release RELEASE.2017-06-13T19-01-01Z (#4546)
This commit is contained in:
parent
ed37bf3703
commit
b283a2c21f
@ -5,7 +5,7 @@ version: '2'
|
||||
# 9001 through 9004.
|
||||
services:
|
||||
minio1:
|
||||
image: minio/minio:RELEASE.2017-05-05T01-14-51Z
|
||||
image: minio/minio:RELEASE.2017-06-13T19-01-01Z
|
||||
ports:
|
||||
- "9001:9000"
|
||||
environment:
|
||||
@ -13,7 +13,7 @@ services:
|
||||
MINIO_SECRET_KEY: minio123
|
||||
command: server http://minio1/myexport http://minio2/myexport http://minio3/myexport http://minio4/myexport
|
||||
minio2:
|
||||
image: minio/minio:RELEASE.2017-05-05T01-14-51Z
|
||||
image: minio/minio:RELEASE.2017-06-13T19-01-01Z
|
||||
ports:
|
||||
- "9002:9000"
|
||||
environment:
|
||||
@ -21,7 +21,7 @@ services:
|
||||
MINIO_SECRET_KEY: minio123
|
||||
command: server http://minio1/myexport http://minio2/myexport http://minio3/myexport http://minio4/myexport
|
||||
minio3:
|
||||
image: minio/minio:RELEASE.2017-05-05T01-14-51Z
|
||||
image: minio/minio:RELEASE.2017-06-13T19-01-01Z
|
||||
ports:
|
||||
- "9003:9000"
|
||||
environment:
|
||||
@ -29,7 +29,7 @@ services:
|
||||
MINIO_SECRET_KEY: minio123
|
||||
command: server http://minio1/myexport http://minio2/myexport http://minio3/myexport http://minio4/myexport
|
||||
minio4:
|
||||
image: minio/minio:RELEASE.2017-05-05T01-14-51Z
|
||||
image: minio/minio:RELEASE.2017-06-13T19-01-01Z
|
||||
ports:
|
||||
- "9004:9000"
|
||||
environment:
|
||||
|
@ -2,7 +2,7 @@ version: '3.1'
|
||||
|
||||
services:
|
||||
minio1:
|
||||
image: minio/minio:RELEASE.2017-05-05T01-14-51Z
|
||||
image: minio/minio:RELEASE.2017-06-13T19-01-01Z
|
||||
volumes:
|
||||
- minio1-data:/export
|
||||
ports:
|
||||
@ -20,7 +20,7 @@ services:
|
||||
- access_key
|
||||
|
||||
minio2:
|
||||
image: minio/minio:RELEASE.2017-05-05T01-14-51Z
|
||||
image: minio/minio:RELEASE.2017-06-13T19-01-01Z
|
||||
volumes:
|
||||
- minio2-data:/export
|
||||
ports:
|
||||
@ -38,7 +38,7 @@ services:
|
||||
- access_key
|
||||
|
||||
minio3:
|
||||
image: minio/minio:RELEASE.2017-05-05T01-14-51Z
|
||||
image: minio/minio:RELEASE.2017-06-13T19-01-01Z
|
||||
volumes:
|
||||
- minio3-data:/export
|
||||
ports:
|
||||
@ -56,7 +56,7 @@ services:
|
||||
- access_key
|
||||
|
||||
minio4:
|
||||
image: minio/minio:RELEASE.2017-05-05T01-14-51Z
|
||||
image: minio/minio:RELEASE.2017-06-13T19-01-01Z
|
||||
volumes:
|
||||
- minio4-data:/export
|
||||
ports:
|
||||
|
@ -2,7 +2,7 @@ version: '3'
|
||||
|
||||
services:
|
||||
minio1:
|
||||
image: minio/minio:RELEASE.2017-05-05T01-14-51Z
|
||||
image: minio/minio:RELEASE.2017-06-13T19-01-01Z
|
||||
volumes:
|
||||
- minio1-data:/export
|
||||
ports:
|
||||
@ -20,7 +20,7 @@ services:
|
||||
command: server http://minio1/export http://minio2/export http://minio3/export http://minio4/export
|
||||
|
||||
minio2:
|
||||
image: minio/minio:RELEASE.2017-05-05T01-14-51Z
|
||||
image: minio/minio:RELEASE.2017-06-13T19-01-01Z
|
||||
volumes:
|
||||
- minio2-data:/export
|
||||
ports:
|
||||
@ -38,7 +38,7 @@ services:
|
||||
command: server http://minio1/export http://minio2/export http://minio3/export http://minio4/export
|
||||
|
||||
minio3:
|
||||
image: minio/minio:RELEASE.2017-05-05T01-14-51Z
|
||||
image: minio/minio:RELEASE.2017-06-13T19-01-01Z
|
||||
volumes:
|
||||
- minio3-data:/export
|
||||
ports:
|
||||
@ -56,7 +56,7 @@ services:
|
||||
command: server http://minio1/export http://minio2/export http://minio3/export http://minio4/export
|
||||
|
||||
minio4:
|
||||
image: minio/minio:RELEASE.2017-05-05T01-14-51Z
|
||||
image: minio/minio:RELEASE.2017-06-13T19-01-01Z
|
||||
volumes:
|
||||
- minio4-data:/export
|
||||
ports:
|
||||
|
@ -19,7 +19,7 @@ spec:
|
||||
value: "minio"
|
||||
- name: MINIO_SECRET_KEY
|
||||
value: "minio123"
|
||||
image: minio/minio:RELEASE.2017-05-05T01-14-51Z
|
||||
image: minio/minio:RELEASE.2017-06-13T19-01-01Z
|
||||
args:
|
||||
- server
|
||||
- http://minio-0.minio.default.svc.cluster.local/data
|
||||
|
@ -21,7 +21,7 @@ spec:
|
||||
containers:
|
||||
- name: minio
|
||||
# Pulls the default Minio image from Docker Hub
|
||||
image: minio/minio:RELEASE.2017-05-05T01-14-51Z
|
||||
image: minio/minio:RELEASE.2017-06-13T19-01-01Z
|
||||
args:
|
||||
- server
|
||||
- /storage
|
||||
|
@ -54,7 +54,7 @@ spec:
|
||||
value: "minio"
|
||||
- name: MINIO_SECRET_KEY
|
||||
value: "minio123"
|
||||
image: minio/minio:RELEASE.2017-02-16T01-47-30Z
|
||||
image: minio/minio:RELEASE.2017-06-13T19-01-01Z
|
||||
imagePullPolicy: IfNotPresent
|
||||
#command: ["df"]
|
||||
#args: ["-i", "/data"]
|
||||
|
Loading…
Reference in New Issue
Block a user