Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
csznet authored Dec 3, 2023
1 parent b851161 commit 4e60ee0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,12 @@ docker run -d -p 8088:8088 --name tgstate 参数 --net=host csznet/tgstate:lates
```
其中docker的参数需要设置为环境变量

开机自启需要加上
```
--restart always
```


**例子**
```
docker run -d -p 8088:8088 --name tgstate -e token=aaa -e target=@bbb --net=host csznet/tgstate:latest
Expand Down

0 comments on commit 4e60ee0

Please sign in to comment.