From e1adbf83d8d2117725bc3b7d8df9b3ba5636a71a Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Thu, 22 Sep 2016 09:55:35 -0700 Subject: [PATCH] docker: Compose config should point to edge tag. --- docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 010656ee6..f8f6adfe6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,7 @@ version: '2' # 9001 through 9004. services: minio1: - image: minio/minio + image: minio/minio:edge ports: - "9001:9000" volumes: @@ -15,7 +15,7 @@ services: MINIO_SECRET_KEY: abcd1234 command: minio1:/export minio2:/export minio3:/export minio4:/export minio2: - image: minio/minio + image: minio/minio:edge ports: - "9002:9000" volumes: @@ -25,7 +25,7 @@ services: MINIO_SECRET_KEY: abcd1234 command: minio1:/export minio2:/export minio3:/export minio4:/export minio3: - image: minio/minio + image: minio/minio:edge ports: - "9003:9000" volumes: @@ -35,7 +35,7 @@ services: MINIO_SECRET_KEY: abcd1234 command: minio1:/export minio2:/export minio3:/export minio4:/export minio4: - image: minio/minio + image: minio/minio:edge ports: - "9004:9000" volumes: