mirror of
https://github.com/KohakuBlueleaf/KohakuHub.git
synced 2026-03-11 17:34:08 -05:00
modify config.py to make minio works
This commit is contained in:
@@ -95,6 +95,7 @@ def generate_minio_service(config: dict) -> str:
|
||||
environment:
|
||||
- MINIO_ROOT_USER={config['s3_access_key']}
|
||||
- MINIO_ROOT_PASSWORD={config['s3_secret_key']}
|
||||
- MINIO_REGION=auto
|
||||
ports:
|
||||
- "29001:9000" # S3 API
|
||||
- "29000:29000" # Web Console
|
||||
|
||||
Reference in New Issue
Block a user