We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74fb9bb commit 2867959Copy full SHA for 2867959
1 file changed
Makefile
@@ -54,7 +54,7 @@ dev-s3: fake-s3-accounts base
54
# MINIO_KMS_SECRET_KEY, MINIO_KMS_AUTO_ENCRYPTION enable encryption - this changes how s3 ETags are generated.
55
# See: https://docs.aws.amazon.com/AmazonS3/latest/API/API_Object.html
56
# See: https://github.com/minio/minio/discussions/19012
57
-S3_SERVER_ARGS := --network host \
+S3_SERVER_ARGS := -p 127.0.0.1:9000:9000 -p 127.0.0.1:9001:9001 \
58
-e MINIO_ROOT_USER=odk-central-dev \
59
-e MINIO_ROOT_PASSWORD=topSecret123 \
60
-e MINIO_KMS_AUTO_ENCRYPTION=on \
0 commit comments