mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-03-10 11:54:37 +00:00
Fix and update
This commit is contained in:
@@ -69,18 +69,23 @@ volumes:
|
||||
|
||||
```bash
|
||||
## 必填 服务器地址,例如 drone.domain.com
|
||||
|
||||
DRONE_SERVER_HOST=
|
||||
DRONE_SERVER_PROTO=https
|
||||
DRONE_RPC_SECRET=secret
|
||||
HOSTNAME=demo
|
||||
## 必填 在 GitHub 应用页面查看
|
||||
|
||||
DRONE_GITHUB_CLIENT_ID=
|
||||
## 必填 在 GitHub 应用页面查看
|
||||
|
||||
DRONE_GITHUB_CLIENT_SECRET=
|
||||
```
|
||||
|
||||
#### 启动 Drone
|
||||
|
||||
运行以下命令:
|
||||
|
||||
```bash
|
||||
$ docker-compose up -d
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user