From 36c3fc8babde6aa7e3be43987b6e244fa120ba59 Mon Sep 17 00:00:00 2001
From: Thomas Juerges <203795-tjuerges@users.noreply.gitlab.com>
Date: Wed, 26 May 2021 10:31:35 +0200
Subject: [PATCH] L2SS-227:  Make tangonet the default for Docker

---
 bootstrap/etc/lofar20rc.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bootstrap/etc/lofar20rc.sh b/bootstrap/etc/lofar20rc.sh
index f9f87d6df..5c78ee177 100755
--- a/bootstrap/etc/lofar20rc.sh
+++ b/bootstrap/etc/lofar20rc.sh
@@ -23,7 +23,7 @@ export TANGO_LOFAR_CONTAINER_MOUNT=${TANGO_LOFAR_LOCAL_DIR}:${TANGO_LOFAR_CONTAI
 # This needs to be modified for a development environment.
 # In case you run multiple Docker networks on the same host in parallel, you need to specify a unique
 # network name for each of them.
-export NETWORK_MODE=lofar
+export NETWORK_MODE=tangonet
 
 # It is assumed that the Tango host, the computer that runs the TangoDB, is this host.
 # If this is not true, then modify to the Tango host's FQDN and port.
-- 
GitLab