Add console port and fix environments for minio

This commit is contained in:
Memo Chou
2021-07-11 00:13:15 +08:00
parent 2bbe850d28
commit 2ac65c3fea
3 changed files with 6 additions and 4 deletions

View File

@ -2,4 +2,4 @@ FROM minio/minio
LABEL maintainer="Thor Erik Lie <thor@thorerik.com>"
ENTRYPOINT ["minio", "server", "/export"]
ENTRYPOINT ["minio", "server", "--console-address", ":9001", "/export"]