diff --git a/minio/Dockerfile b/minio/Dockerfile index 1b0c626..8e1a956 100644 --- a/minio/Dockerfile +++ b/minio/Dockerfile @@ -6,7 +6,6 @@ FROM $BASE_IMAGE # COPY your-custom-config /your-config-location COPY entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh -ENV MINIO_ROOT_USER=minioadmin \ - MINIO_ROOT_PASSWORD=minioadmin + EXPOSE 9000 9001 ENTRYPOINT ["/entrypoint.sh"] \ No newline at end of file