Skip to content

Commit

Permalink
fix: switch to docker hub hosted minio image
Browse files Browse the repository at this point in the history
the one from the official docs was not getting updates anymore

Signed-off-by: Matt Gleich <git@mattglei.ch>
  • Loading branch information
gleich committed Nov 9, 2024
1 parent dc9d783 commit d6531f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minio.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# copy and paste this dockerfile into caprover to manually deploy
FROM quay.io/minio/minio
FROM minio/minio:latest

CMD ["server", "/data", "--console-address", ":9001"]

0 comments on commit d6531f2

Please sign in to comment.