From d19f914ab9573367381d7ec4e9e81d59336d7198 Mon Sep 17 00:00:00 2001 From: mike12345567 Date: Wed, 13 Jan 2021 12:55:45 +0000 Subject: [PATCH] Quick change, disabling MINIO browser as its a security risk and isn't useful. --- hosting/docker-compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/hosting/docker-compose.yaml b/hosting/docker-compose.yaml index e2538774ef..c4a6c669b3 100644 --- a/hosting/docker-compose.yaml +++ b/hosting/docker-compose.yaml @@ -42,6 +42,7 @@ services: environment: MINIO_ACCESS_KEY: ${MINIO_ACCESS_KEY} MINIO_SECRET_KEY: ${MINIO_SECRET_KEY} + MINIO_BROWSER: "off" command: server /data healthcheck: test: ["CMD", "curl", "-f", "http://localhost:9000/minio/health/live"]