Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ttktatakai authored Jul 4, 2024
1 parent e0ee9d0 commit 64d87e1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,14 @@ cp conf/confTemplate.yaml conf/conf.yaml # edit your config

### docker
```bash
# 源码构建
cd messenger
cp conf/confTemplate.yaml conf/conf.yaml # edit your config
docker build --tag messenger .
docker run -d --name messenger -p 8888:8888 -v $(pwd)/conf:/messenger/conf --restart=always messenger
docker run -d --name messenger -p 8888:8888 -v $(pwd)/conf:/messenger/conf --restart=always messenger

# 镜像
docker pull registry.cn-hangzhou.aliyuncs.com/veops/messenger:latest
```

## API
Expand Down Expand Up @@ -355,4 +359,4 @@ senders:

## Web

http://127.0.0.1:8888/web
http://127.0.0.1:8888/web

0 comments on commit 64d87e1

Please sign in to comment.