From 1e5c032c1bc3bc6b5df56eadff82342f79d57bd1 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Mon, 4 Oct 2021 15:02:10 +0200
Subject: [PATCH] L2SS-394: Removed last occurance of TANGO_LOFAR_LOCAL_DIR

---
 docker-compose/jupyter.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker-compose/jupyter.yml b/docker-compose/jupyter.yml
index d71ba654a..e7bbd5d00 100644
--- a/docker-compose/jupyter.yml
+++ b/docker-compose/jupyter.yml
@@ -21,7 +21,7 @@ services:
       - control
     volumes:
         - ..:/opt/lofar/tango:rw
-        - ${TANGO_LOFAR_LOCAL_DIR}/jupyter-notebooks:/jupyter-notebooks:rw
+        - ../jupyter-notebooks:/jupyter-notebooks:rw
         - ${HOME}:/hosthome
     environment:
       - TANGO_HOST=${TANGO_HOST}
-- 
GitLab