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 806aba2549
commit d19f914ab9
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ services:
environment: environment:
MINIO_ACCESS_KEY: ${MINIO_ACCESS_KEY} MINIO_ACCESS_KEY: ${MINIO_ACCESS_KEY}
MINIO_SECRET_KEY: ${MINIO_SECRET_KEY} MINIO_SECRET_KEY: ${MINIO_SECRET_KEY}
MINIO_BROWSER: "off"
command: server /data command: server /data
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:9000/minio/health/live"] test: ["CMD", "curl", "-f", "http://localhost:9000/minio/health/live"]