rameshdon1
rameshdon1
### ✅ Prerequisites - [x] Did you perform a cursory search of open issues? Is this bug already reported elsewhere? - [x] Are you running the latest SDK version? -...
### ✅ Prerequisites - [x] Did you perform a cursory search of open issues? Is this bug already reported elsewhere? - [x] Are you running the latest SDK version? -...
Here is my docker-compose file ``` version: "3.9" services: minio: container_name: minio image: quay.io/minio/minio:latest restart: unless-stopped networks: - traefik volumes: - ./minio_data:/data environment: - MINIO_ROOT_USER=username12345 - MINIO_ROOT_PASSWORD=password12345 - MINIO_BROWSER_REDIRECT_URL=https://minio.specux.com -...