This commit is contained in:
Leon 2021-08-13 15:20:58 +08:00 committed by GitHub
parent 38f9c61049
commit a83d6ef71d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -172,9 +172,9 @@ opt
read net
if [ "$net" = "1" ]; then
NETWORK="host"
CHANGE_NETWORK="--network $NETWORK"
CHANGE_NETWORK="--net $NETWORK"
else
CHANGE_NETWORK="--network $NETWORK"
CHANGE_NETWORK="--net $NETWORK"
fi
inp "是否修改端口[默认 8100|8101|8102]\n1) 修改\n2) 不修改[默认]"