Quick change, disabling MINIO browser as its a security risk and isn't useful.

This commit is contained in:
mike12345567 2021-01-13 12:55:45 +00:00
parent 66cd4b4a8d
commit 6520979925
1 changed files with 1 additions and 0 deletions

View File

@ -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"]