Pass data dir

This commit is contained in:
Luke Murphy 2020-03-26 12:04:19 +01:00
parent 47da74ce4c
commit 2808ea3ec2
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ EXPOSE 9000
COPY . ${WORKDIR}
CMD ["minio", "server"]
CMD ["minio", "server", "/data"]