Commit dba30659 authored by Your Name's avatar Your Name

map p2p port

parent d4c6bb85
......@@ -91,6 +91,7 @@ fi
echo "$deploy" >> $composefile
echo " ports:" >> $composefile
echo " - \"$((38010)):38010\"" >> $composefile
echo " - \"$((30333)):30333\"" >> $composefile
echo " volumes:" >> $composefile
echo " - ./data/net/:/root/data" >> $composefile
echo " networks:" >> $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