diff --git a/docker-compose.v2.yml b/docker-compose.v2.yml index de53fb9..7d8bc81 100644 --- a/docker-compose.v2.yml +++ b/docker-compose.v2.yml @@ -40,7 +40,10 @@ services: start_period: 10s minio: - image: ${INFRA_REGISTRY:-mirror.soroushasadi.com/}minio/minio:latest + # Pinned to a pre-x86-64-v2 release: newer minio:latest is compiled for + # x86-64-v2 and crashes ("Fatal glibc error") on baseline-CPU servers. + # Override via MINIO_IMAGE_TAG in the env if this tag isn't on the mirror. + image: ${INFRA_REGISTRY:-mirror.soroushasadi.com/}minio/minio:${MINIO_IMAGE_TAG:-RELEASE.2024-06-13T22-53-53Z} container_name: fr2-minio restart: unless-stopped command: server /data --console-address ":9001"