From 101c6bf7f17a30c6e444ad986561a0189a0e8333 Mon Sep 17 00:00:00 2001 From: jaewooklee93 <11328376+jaewooklee93@users.noreply.github.com> Date: Sun, 30 Jun 2024 02:46:26 +0900 Subject: [PATCH] Update README.md --- minio/README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/minio/README.md b/minio/README.md index 57b7245..608aa50 100644 --- a/minio/README.md +++ b/minio/README.md @@ -43,18 +43,16 @@ minio.exe - server C:\minio + server C:\minio --console-address :9001 rotate ``` - API: `:9000` (default) - - WebUI: `:40154` (자동 생성됨) + - WebUI: `:9001` - RootUser: `minio` - RootPass: `minio123` - `C:\minio`에 실제 데이터가 저장된다. - 여기에서는 로 `--console-address :9001`를 명시하지 않았으나 브라우저에서 `http://localhost:9000` 접속하면 자동생성된 port (ex. `http://localhost:40154`)로 redirect되어 간편하다. - 4. 폴더를 C:\Program Files\MinIO로 복사하고 관리자 CMD에서 아래와 같이 MinIO 서비스를 설치, 시작, 중단, 재시작, 삭제 할수 있다. ```cmd cd C:\Program Files\MinIO @@ -66,4 +64,4 @@ minio-service.exe restart minio-service.exe uninstall ``` - 이제 MinIO 서버가 Windows 로그인시 자동으로 시작된다. \ No newline at end of file + 이제 MinIO 서버가 Windows 로그인시 자동으로 시작되어, http://localhost:9001 로 접속 가능하다.