Skip to content

Commit 2867959

Browse files
authored
dev/s3: tighten docker network binding (#1841)
1 parent 74fb9bb commit 2867959

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dev-s3: fake-s3-accounts base
5454
# MINIO_KMS_SECRET_KEY, MINIO_KMS_AUTO_ENCRYPTION enable encryption - this changes how s3 ETags are generated.
5555
# See: https://docs.aws.amazon.com/AmazonS3/latest/API/API_Object.html
5656
# See: https://github.com/minio/minio/discussions/19012
57-
S3_SERVER_ARGS := --network host \
57+
S3_SERVER_ARGS := -p 127.0.0.1:9000:9000 -p 127.0.0.1:9001:9001 \
5858
-e MINIO_ROOT_USER=odk-central-dev \
5959
-e MINIO_ROOT_PASSWORD=topSecret123 \
6060
-e MINIO_KMS_AUTO_ENCRYPTION=on \

0 commit comments

Comments
 (0)