summaryrefslogtreecommitdiffstats
path: root/run/config.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run/config.sh')
-rw-r--r--run/config.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run/config.sh b/run/config.sh
index f3bdecb..b407fef 100644
--- a/run/config.sh
+++ b/run/config.sh
@@ -6,7 +6,7 @@ web_port="${port}80"
image="$1"
-[ -n "$image" ] || image="tomo-remote" # tomo-remote:latest tomo-remote:devel (also ccpi, ufo, tomo)
+[ -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"
[ -d /mnt/fast/$user ] && volumes="$volumes -v /mnt/fast/$user:/ccpi/data/fast"