Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alterem authored May 20, 2024
1 parent 84387b4 commit fb6aea0
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,46 @@

## 快速开始

### docker执行

#### docker cli

##### 编译

```bash
docker build -t unilei/aipan-netdisk-search:latest .
```
##### 运行

```bash
docker run -p 3001:3001 unilei/aipan-netdisk-search:latest
```
##### 停止

```bash
docker stop unilei/aipan-netdisk-search:latest
```

#### docker-compose

##### 编译

```bash
docker compose build
```
##### 运行

```bash
docker compose up -d
```

##### 停止

```bash
docker compose down
```


### 在 Vercel 上部署
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/unilei/aipan-netdisk-search.git&project-name=aipan-netdisk-search&repository-name=aipan-netdisk-search)

Expand Down

0 comments on commit fb6aea0

Please sign in to comment.