mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-01-24 23:58:27 +00:00
Fix S3 test
This commit is contained in:
parent
5e16ed89b6
commit
22d317637a
@ -242,9 +242,9 @@ def prepare_s3_server():
|
|||||||
"minio",
|
"minio",
|
||||||
"-d",
|
"-d",
|
||||||
"-e",
|
"-e",
|
||||||
f"S3_ACCESS_KEY={S3_ACCESS_KEY}",
|
f"MINIO_ACCESS_KEY={S3_ACCESS_KEY}",
|
||||||
"-e",
|
"-e",
|
||||||
f"S3_SECRET_KEY={S3_SECRET_KEY}",
|
f"MINIO_SECRET_KEY={S3_SECRET_KEY}",
|
||||||
"--network",
|
"--network",
|
||||||
"test_default",
|
"test_default",
|
||||||
"minio/minio",
|
"minio/minio",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user