mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
Updated deprecated MinIO Env Variables
This commit is contained in:
parent
659c4315f2
commit
76e66b5262
1 changed files with 2 additions and 2 deletions
|
|
@ -139,9 +139,9 @@ def s3_service(python_path: str, compose: Compose):
|
|||
"minio",
|
||||
"-d",
|
||||
"-e",
|
||||
f"MINIO_ACCESS_KEY={access_key}",
|
||||
f"MINIO_ROOT_USER={access_key}",
|
||||
"-e",
|
||||
f"MINIO_SECRET_KEY={secret_key}",
|
||||
f"MINIO_ROOT_PASSWORD={secret_key}",
|
||||
"--network",
|
||||
f"{compose.project_name}_default",
|
||||
"minio/minio",
|
||||
|
|
|
|||
Loading…
Reference in a new issue