mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-21 07:15:09 +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",
|
"minio",
|
||||||
"-d",
|
"-d",
|
||||||
"-e",
|
"-e",
|
||||||
f"MINIO_ACCESS_KEY={access_key}",
|
f"MINIO_ROOT_USER={access_key}",
|
||||||
"-e",
|
"-e",
|
||||||
f"MINIO_SECRET_KEY={secret_key}",
|
f"MINIO_ROOT_PASSWORD={secret_key}",
|
||||||
"--network",
|
"--network",
|
||||||
f"{compose.project_name}_default",
|
f"{compose.project_name}_default",
|
||||||
"minio/minio",
|
"minio/minio",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue