We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc9d783 commit d6531f2Copy full SHA for d6531f2
minio.Dockerfile
@@ -1,4 +1,4 @@
1
# copy and paste this dockerfile into caprover to manually deploy
2
-FROM quay.io/minio/minio
+FROM minio/minio:latest
3
4
CMD ["server", "/data", "--console-address", ":9001"]
0 commit comments