You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
320 B
11 lines
320 B
#!/bin/bash
|
|
|
|
#MINIO_REGION_NAME="us-east-local"
|
|
#MINIO_REGION_COMMENT=""
|
|
#export MINIO_REGION_NAME MINIO_REGION_COMMENT
|
|
|
|
MINIO_ROOT_USER="dtp-chat"
|
|
MINIO_ROOT_PASSWORD="dd039ca4-1bab-4a6c-809b-0bbb43c46def"
|
|
export MINIO_ROOT_USER MINIO_ROOT_PASSWORD
|
|
|
|
minio server ./data/minio --address ":9080" --console-address ":9081"
|