Commit 844a4dc4 authored by Ubuntu's avatar Ubuntu

update script

parent 44cc2763
......@@ -400,6 +400,11 @@ do
echo " nebula:" >> $composefile
echo " image: caduceus/cmp2-test-net-meta-nebula:v0.2.1" >> $composefile
echo " container_name: nebula" >> $composefile
echo " environment:" >> $composefile
echo " - CLOCK_INTERVAL=100" >> $composefile
if [ $i -ne 1 ]; then
echo " - LOG_DEBUG=1 " >> $composefile
fi
echo " volumes:" >> $composefile
echo " - "$datadir"/nebula/"$i":/root" >> $composefile
echo " depends_on:" >> $composefile
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment