From 016e25a3854b5fe95d34439f195e6f32e69b67b9 Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 20 Apr 2022 15:02:06 -0400 Subject: [PATCH] Update docker-v3.sh --- ct/docker-v3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/docker-v3.sh b/ct/docker-v3.sh index dc04fe73..8bfc27dc 100644 --- a/ct/docker-v3.sh +++ b/ct/docker-v3.sh @@ -77,7 +77,7 @@ function default_settings() { echo -e "${DGN}Using ${BGN}2048MiB${CL}${DGN} RAM${CL}" RAM_SIZE="2048" echo -e "${DGN}Using Bridge ${BGN}${BRG}${CL}" - + BRG="vmbr0" echo -e "${DGN}Using Static IP Address ${BGN}DHCP${CL}" NET=dhcp echo -e "${DGN}Using Gateway Address ${BGN}NONE${CL}"