mirror of
https://github.com/minio/minio.git
synced 2024-12-24 22:25:54 -05:00
Fix docker-compose to follow the new server args style (#3128)
This commit is contained in:
parent
a47ce7ab22
commit
90e1803798
@ -13,7 +13,7 @@ services:
|
||||
environment:
|
||||
MINIO_ACCESS_KEY: minio
|
||||
MINIO_SECRET_KEY: minio123
|
||||
command: server minio1:/export minio2:/export minio3:/export minio4:/export
|
||||
command: server http://minio1/export http://minio2/export http://minio3/export http://minio4/export
|
||||
minio2:
|
||||
image: minio/minio:edge
|
||||
ports:
|
||||
@ -23,7 +23,7 @@ services:
|
||||
environment:
|
||||
MINIO_ACCESS_KEY: minio
|
||||
MINIO_SECRET_KEY: minio123
|
||||
command: server minio1:/export minio2:/export minio3:/export minio4:/export
|
||||
command: server http://minio1/export http://minio2/export http://minio3/export http://minio4/export
|
||||
minio3:
|
||||
image: minio/minio:edge
|
||||
ports:
|
||||
@ -33,7 +33,7 @@ services:
|
||||
environment:
|
||||
MINIO_ACCESS_KEY: minio
|
||||
MINIO_SECRET_KEY: minio123
|
||||
command: server minio1:/export minio2:/export minio3:/export minio4:/export
|
||||
command: server http://minio1/export http://minio2/export http://minio3/export http://minio4/export
|
||||
minio4:
|
||||
image: minio/minio:edge
|
||||
ports:
|
||||
@ -43,4 +43,4 @@ services:
|
||||
environment:
|
||||
MINIO_ACCESS_KEY: minio
|
||||
MINIO_SECRET_KEY: minio123
|
||||
command: server minio1:/export minio2:/export minio3:/export minio4:/export
|
||||
command: server http://minio1/export http://minio2/export http://minio3/export http://minio4/export
|
||||
|
Loading…
Reference in New Issue
Block a user