Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
saifsas committed Oct 28, 2020
1 parent c953501 commit 40ec7b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,15 @@ curl -fsSL https://github.com/tokumeikoi/aurora/raw/master/install.sh | bash -s
# 请将命令中的NODEID替换成V2Board后台V2ray中添加的节点ID
# 请将命令中的LICENSE替换成授权字符

Docker run -d --name=aurora \
docker run -d --name=aurora \
-p 服务端口:服务端口 \
-p 服务端口:服务端口/udp \
-e API=API \
-e TOKEN=TOKEN \
-e NODE=NODEID \
-e LICENSE=LICENSE \
-e SYNCINTERVAL=60 \
--restart=always \
tokumeikoi/aurora
```

Expand Down

0 comments on commit 40ec7b6

Please sign in to comment.