Update administrator.md

This commit is contained in:
qiaofeng1227 2023-04-11 08:35:06 +08:00 committed by GitHub
parent 35dfb670da
commit d35af9a096
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,5 +18,7 @@ pip install -r requirements.txt
### 启动
```
uvicorn main:get_app --host 0.0.0.0 --port 5000 --reload
git clone https://github.com/Websoft9/StackHub.git && cd StackHub/docker/appmanage && docker compose up -d
```