# sentinelService **Repository Path**: sersoong-com_admin/sentinel-service ## Basic Information - **Project Name**: sentinelService - **Description**: alibaba sentinel server - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-28 - **Last Updated**: 2022-05-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # sentinelService #### Introduction alibaba sentinel server #### Modify your sentinel username and password through `sentinel/Dockerfile`: ``` "-Dsentinel.dashboard.auth.username=sentinel","-Dsentinel.dashboard.auth.password=123456", ``` #### How to use? 1. Install docker and docker-compose like below: ```bash # apt install docker # apt install docker-compose ``` 2. Run build command: ```bash # docker-compose up -d ``` Enjoy!