https://console.minio.example.netwith rules for forwarding traffic on port :9000 and :9001 to MinIO and the MinIO Console respectively on the internal network. Set MINIO_BROWSER_REDIRECT_URL tohttps://console.minio.example.netto ensure the browser receives a valid reachable URL....
-e "MINIO_ROOT_USER=admin" -e "MINIO_ROOT_PASSWORD=xxx" -e "MINIO_VOLUMES=/mnt/data" -e "MINIO_BROWSER_REDIRECT_URL=https://xxx.com/minioconsole" --name "minio_local_bak" xxx/minio:RELEASE.2023-03-24T21-41-23Z server --console-address ":9090" my nginx cfg: location ^~ /mini...
- /app/minio/data:/data - /app/minio/config:/root/.minio environment: - MINIO_ROOT_USER: admin - MINIO_ROOT_PASSWORD: weiyigeek.top - MINIO_SERVER_URL: https://minio.weiyigeek.top - MINIO_BROWSER_REDIRECT_URL: https://minio.weiyigeek.top/admin/ - MINIO_BROWSER_SESSION_DURATION: 30m...
ERROR Invalid MINIO_BROWSER_REDIRECT_URL value is environment variable: URL contains unexpected resources, expected URL to be of http(s)://minio.example.com format:https://minio.zdddh.top/minio/ui Describe the solution you'd like Describe alternatives you've considered Additional context nginx do...
spec: containers: - args: - server - --certs-dir - /tmp/certs - --console-address - :9443 env: - name: MINIO_BROWSER value: "on" - name: MINIO_BROWSER_REDIRECT_URL value: https://minio-console.my-domain.io - name: MINIO_CONFIG_ENV_FILE value: /tmp/minio/config.env - name: ...