add docker port foward

This commit is contained in:
xbclub 2021-03-17 15:44:06 +08:00 committed by GitHub
parent df2f56817a
commit 04278286ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -122,6 +122,8 @@ systemd 脚本放入:
docker run -it --privileged \ docker run -it --privileged \
-e mode=pro \ -e mode=pro \
-e iproute=192.168.10.0/255.255.255.0 \ -e iproute=192.168.10.0/255.255.255.0 \
-p 443:443 \
-p 8800:8800 \
-v <your conf path>:/anylink/conf \ -v <your conf path>:/anylink/conf \
-v <your log path>:/anylink/log \ -v <your log path>:/anylink/log \
--restart=always \ --restart=always \