This commit is contained in:
Leon 2021-08-13 15:37:25 +08:00 committed by GitHub
parent fdca66c086
commit ab7308d10a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -178,9 +178,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=""
fi
inp "是否在启动容器时自动启动挂机程序:\n1) 开启[默认]\n2) 关闭"