Skip to content

Commit e741a79

Browse files
committed
完善 Docker Compose 部署说明
1 parent ed26651 commit e741a79

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,16 @@ All2Webhook 是一个使用 Go 编写的通知集合转发为webhook服务,统
2222
## Docker Compose 启动
2323

2424
```bash
25-
mkdir -p all2webhook
26-
cd all2webhook
2725
wget -O docker-compose.yml https://git.trah.cn/trah01/all2webhook/raw/branch/main/docker-compose.yml
28-
vi docker-compose.yml
29-
docker compose pull
26+
修改docker-compose.yml里的公开链接
3027
docker compose up -d
3128
```
3229

3330
访问地址:
3431

3532
- 管理界面:`http://localhost:8080`
3633

37-
**注意!!管理页面没有做任何鉴权,请勿对外开放此端口**
34+
**注意!!管理页面没有做任何鉴权和安全防范措施,请勿对外开放此端口及页面,一定要限制**
3835

3936
- 公开接收地址:`https://all2webhook.example.com`
4037

0 commit comments

Comments
 (0)