From 0ae9593171f8315c7e4d22e0d3abd48c3fe6d968 Mon Sep 17 00:00:00 2001 From: Matin Dehghani Date: Sat, 20 Aug 2022 15:39:55 +0200 Subject: Mount /mnt/fast to allow users to share the data --- run/config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/config.sh b/run/config.sh index b407fef..9685daf 100644 --- a/run/config.sh +++ b/run/config.sh @@ -8,7 +8,7 @@ web_port="${port}80" image="$1" [ -n "$image" ] || image="localhost/tomo-remote:latest" # tomo-remote:latest tomo-remote:devel tomo-remote:evelina (also ccpi, ufo, tomo) -volumes="-v $home/ccpi/data:/ccpi/data -v $home/ccpi/repos:/ccpi/repos" +volumes="-v $home/ccpi/build/setup:/root/setup -v $home/ccpi/data:/ccpi/data -v $home/ccpi/repos:/ccpi/repos -v /mnt/fast:/mnt/fast" [ -d /mnt/fast/$user ] && volumes="$volumes -v /mnt/fast/$user:/ccpi/data/fast" echo "Image: $image, Ports: $ssh_port, $web_port" -- cgit v1.2.1