1
0
Fork 0
mirror of synced 2024-06-27 18:40:42 +12:00

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

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