...
Create a minio file storage path
|
Create minio certificate key file path
|
3.Create a / opt/minio/docker-compose.yml file and save the following to the file
|
Note:
8890 is the login port of the management background. The specific access address is https://webdomain:8890.
8892 is the file access port, and the specific access address is https://webdomain:8892/bucket/file
MINIO_ROOT_USER and MINIO_ROOT_PASSWORD are the initial administrator account / password. Use this account to log in to the minio management backend after successful installation.
...
Execute the docker installation minio instruction
|
Configure minio
(1) Login to the minio server via https://webdomain:8890
...
Log in to the system administrator portal, click "AdvancedAdvance"-> "Application Settings"-> "File Server" and then slect the type with "Minio" to enter the Minio settings page.
...