From 8ae2882e11d96d900d83bb8f0ce23cdfc06b37c9 Mon Sep 17 00:00:00 2001 From: kaibae19 <99116238+kaibae19@users.noreply.github.com> Date: Sun, 3 Apr 2022 20:37:13 -0700 Subject: [PATCH] Update docker.sh --- tools/docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/docker.sh b/tools/docker.sh index 54b7d8aa..c91efae7 100644 --- a/tools/docker.sh +++ b/tools/docker.sh @@ -7,7 +7,7 @@ cd ~ git clone https://github.com/kaibae19/mailinabox # The setup script will fail to find the IP addresses of the container -ifconfig | grep global +ifconfig | grep inet6 | grep global ifconfig | grep inet | grep -v 127 echo "Export PRIVATE_IP and PUBLIC_IPV6 as variables before launching the setup script."