All checks were successful
docker-build / Build image (push) Successful in 48s
13 lines
279 B
Bash
13 lines
279 B
Bash
MINIO_ROOT_USER="admin"
|
|
MINIO_ROOT_PASSWORD="minioadmin"
|
|
MINIO_VOLUMES="/storage"
|
|
|
|
# Minio server region
|
|
MINIO_SITE_REGION=""
|
|
|
|
# Minio server URL
|
|
# MINIO_SERVER_URL="https://s3-nsk.bildme.ru"
|
|
|
|
# Minio console URL
|
|
# MINIO_BROWSER_REDIRECT_URL="https://s3-nsk.bildme.ru/minio/ui/"
|