This commit is contained in:
none
2023-05-30 15:16:15 +08:00
commit f91382f3c5
11 changed files with 2030 additions and 0 deletions

5
minio/Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM minio/minio:edge
EXPOSE 50000
CMD ["minio", "server", "/data", "--console-address", ":50000"]