Minio: found backend type fs, expected xl or xl-single – Docker
I try to upgrade minio version in my docker commpose(previously I used image: minio/minio:RELEASE.2020-06-22T03-12-50Z and it was working ) For now I have following docker-compose service: version: '3.6' services: minio: container_name: minio image: minio/minio:RELEASE.2022-11-17T23-20-09Z.fips volumes: - minio-data:/data ports: - 9000:9000…