4

I wonder if it is possible to disable the Minio GUI and only expose the REST API.

I am using the Docker image minio/minio and have to run Minio under a sub-path like example.com/the/path/to/minio, which is not supported by Minio and breaks the graphical UI.

Datz
  • 3,156
  • 3
  • 22
  • 50

1 Answers1

10

Setting MINIO_BROWSER env should disable the minio browser

MINIO_BROWSER=off

Kanagaraj M
  • 639
  • 5
  • 16