Merge branch 'dev' of https://github.com/bjdgyc/anylink into dev

This commit is contained in:
yii 2021-03-17 15:52:12 +08:00
commit b314b8baa6
1 changed files with 4 additions and 2 deletions

View File

@ -119,12 +119,14 @@ systemd 脚本放入:
4. 启动容器
```bash
docker run -it --privileged \
docker run -itd --privileged \
-e mode=pro \
-e iproute=192.168.10.0/255.255.255.0 \
-p 443:443 \
-p 8800:8800 \
-v <your conf path>:/anylink/conf \
-v <your log path>:/anylink/log \
--restart=always
--restart=always \
anylink
```