Skip to content

Commit

Permalink
Merge pull request #295 from ipfs/update-minio-image
Browse files Browse the repository at this point in the history
Update minio image for s3 tests
  • Loading branch information
gammazero authored Dec 11, 2024
2 parents f882993 + 26b16aa commit 30650fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
version: "3"
services:
minio:
image: minio/minio:edge@sha256:373cc16a29662f3f616a8de7facff0ef085257296256c59d64b158d9a59d2bd9
image: quay.io/minio/minio:RELEASE.2024-11-07T00-52-20Z
environment:
- MINIO_REGION_NAME=local
- MINIO_ROOT_USER=test
- MINIO_ROOT_PASSWORD=testdslocal
ports:
- 9000:9000
expose:
- 9000
command:
- server
- /data

0 comments on commit 30650fe

Please sign in to comment.