From 44628c3d1b975ebc7aa89158c4fb91f7836e725f Mon Sep 17 00:00:00 2001 From: John Spray Date: Tue, 27 Jun 2023 10:50:45 +0100 Subject: [PATCH] tests: disable minio console The console port is high numbered and has been seen to occasionally collide with some other program in the CI environment. We do not use the console anything, so simply switch it off. (cherry picked from commit 48ff9059035cc58f9ab5968581c242bf1eea0ab6) --- tests/docker/docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/docker/docker-compose.yml b/tests/docker/docker-compose.yml index 69897b7d59a5..c61c66b179c5 100644 --- a/tests/docker/docker-compose.yml +++ b/tests/docker/docker-compose.yml @@ -14,6 +14,7 @@ services: MINIO_REGION_NAME: panda-region MINIO_ROOT_PASSWORD: panda-secret MINIO_ROOT_USER: panda-user + MINIO_BROWSER: off expose: - '9000' healthcheck: