From f8e15e7d09531fb3eb5a3dd63c1cc8308daa2250 Mon Sep 17 00:00:00 2001 From: Minio Trusted Date: Tue, 13 Feb 2024 16:01:38 +0000 Subject: [PATCH] Update yaml files to latest version RELEASE.2024-02-13T15-35-11Z --- cmd/apierrorcode_string.go | 2 +- docs/orchestration/docker-compose/docker-compose.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/apierrorcode_string.go b/cmd/apierrorcode_string.go index b039d4a63..46bd211d8 100644 --- a/cmd/apierrorcode_string.go +++ b/cmd/apierrorcode_string.go @@ -1,4 +1,4 @@ -// Code generated by "stringer -type=APIErrorCode -trimprefix=Err"; DO NOT EDIT. +// Code generated by "stringer -type=APIErrorCode -trimprefix=Err api-errors.go"; DO NOT EDIT. package cmd diff --git a/docs/orchestration/docker-compose/docker-compose.yaml b/docs/orchestration/docker-compose/docker-compose.yaml index f1f54607b..5bc2fdcf8 100644 --- a/docs/orchestration/docker-compose/docker-compose.yaml +++ b/docs/orchestration/docker-compose/docker-compose.yaml @@ -2,7 +2,7 @@ version: '3.7' # Settings and configurations that are common for all containers x-minio-common: &minio-common - image: quay.io/minio/minio:RELEASE.2024-02-12T21-02-27Z + image: quay.io/minio/minio:RELEASE.2024-02-13T15-35-11Z command: server --console-address ":9001" http://minio{1...4}/data{1...2} expose: - "9000"