Quick change, disabling MINIO browser as its a security risk and isn't useful.
This commit is contained in:
parent
66cd4b4a8d
commit
6520979925
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue