Files
urbanLifeline/docker/minio/.env.example
2026-01-02 14:55:57 +08:00

37 lines
1008 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ================================================
# MinIO 配置
# 复制此文件为 .env 并修改配置
# ================================================
# ------------------------------
# MinIO 版本
# ------------------------------
MINIO_VERSION=latest
# ------------------------------
# 端口配置
# ------------------------------
# API 端口
MINIO_API_PORT=9000
# 控制台端口
MINIO_CONSOLE_PORT=9001
# ------------------------------
# 认证配置
# ------------------------------
MINIO_ROOT_USER=minioadmin
MINIO_ROOT_PASSWORD=minioadmin123
# ------------------------------
# 域名配置(可选,用于反向代理)
# ------------------------------
# 控制台重定向 URL通过反向代理访问时设置
# MINIO_BROWSER_REDIRECT_URL=https://minio-console.example.com
# API 服务 URL通过反向代理访问时设置
# MINIO_SERVER_URL=https://minio.example.com
# ------------------------------
# 数据目录
# ------------------------------
DATA_ROOT=../volumes