From 1b56a83ec424de319fce94b193b3f5a83a801d43 Mon Sep 17 00:00:00 2001 From: Andrew Kingston Date: Mon, 16 Jan 2023 14:58:17 +0000 Subject: [PATCH] Add comment to docker-compose config --- hosting/docker-compose.dev.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/hosting/docker-compose.dev.yaml b/hosting/docker-compose.dev.yaml index 9e0ede07bf..7906a389fa 100644 --- a/hosting/docker-compose.dev.yaml +++ b/hosting/docker-compose.dev.yaml @@ -6,6 +6,7 @@ services: minio-service: container_name: budi-minio-dev restart: on-failure + # Last version that supports the "fs" backend image: minio/minio:RELEASE.2022-10-24T18-35-07Z volumes: - minio_data:/data