Skip to content

Commit

Permalink
fix: allow public access to local minio files
Browse files Browse the repository at this point in the history
  • Loading branch information
solufa committed Jul 21, 2024
1 parent 1c95f7c commit dce5f5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ services:
mc alias set myminio http://minio:9000 $$MINIO_ROOT_USER $$MINIO_ROOT_PASSWORD
mc mb myminio/$$S3_BUCKET --region=$$S3_REGION || true
mc mb myminio/$$S3_BUCKET-test --region=$$S3_REGION || true
mc anonymous set download myminio/$$S3_BUCKET
mc anonymous set download myminio/$$S3_BUCKET-test
"
postgres:
Expand Down

0 comments on commit dce5f5a

Please sign in to comment.