mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
Revert "Updated deprecated MinIO Env Variables"
This reverts commit 76e66b5262.
This commit is contained in:
parent
7c3cc79c44
commit
0ee1ab358a
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_ROOT_USER={access_key}",
|
||||
f"MINIO_ACCESS_KEY={access_key}",
|
||||
"-e",
|
||||
f"MINIO_ROOT_PASSWORD={secret_key}",
|
||||
f"MINIO_SECRET_KEY={secret_key}",
|
||||
"--network",
|
||||
f"{compose.project_name}_default",
|
||||
"minio/minio",
|
||||
|
|
|
|||
Loading…
Reference in a new issue