Skip to content

Commit 0ac6cec

Browse files
cniackzdvaldivia
andauthored
Adding 4 volumes to run MinIO Distributed on the tests (#1572)
Co-authored-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>
1 parent 81714bb commit 0ac6cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ assets:
6767
test-integration:
6868
@echo "docker run with MinIO Version below:"
6969
@echo $(MINIO_VERSION)
70-
@(docker run -d --name minio --rm -p 9000:9000 $(MINIO_VERSION) server /data{1...4} && sleep 5)
70+
@(docker run -v /data1 -v /data2 -v /data3 -v /data4 -d --name minio --rm -p 9000:9000 $(MINIO_VERSION) server /data{1...4} && sleep 5)
7171
@(GO111MODULE=on go test -race -v github.com/minio/console/integration/...)
7272
@(docker stop minio)
7373

0 commit comments

Comments
 (0)