Commit efc57de7 authored by 贾浩@五瓣科技's avatar 贾浩@五瓣科技

quic test

parent 58e1ac78
...@@ -355,13 +355,13 @@ echo ' - meta' >> $compose ...@@ -355,13 +355,13 @@ echo ' - meta' >> $compose
echo "" >> $composefile echo "" >> $composefile
echo "" >> $composefile echo "" >> $composefile
echo " net:" >> $composefile echo " net:" >> $composefile
echo " image: caduceus/cmp2-test-net-meta-net:v0.0.12" >> $composefile echo " image: caduceus/cmp2-test-net-meta-net:v0.0.12-quic" >> $composefile
echo " container_name: net" >> $composefile echo " container_name: net" >> $composefile
echo " entrypoint: /usr/bin/MetaNet -c /root/config.yaml > /root/net.log 2>&1" >> $composefile echo " entrypoint: /usr/bin/MetaNet -c /root/config.yaml > /root/net.log 2>&1" >> $composefile
echo "$resourcenebula" >> $composefile echo "$resourcenebula" >> $composefile
echo " ports:" >> $composefile echo " ports:" >> $composefile
echo " - \"$((38010)):38010\"" >> $composefile echo " - \"$((38010)):38010\"" >> $composefile
echo " - \"$((30333)):30333\"" >> $composefile echo " - \"$((30333)):30333/udp\"" >> $composefile
echo " - \"$((30334)):30334/udp\"" >> $composefile echo " - \"$((30334)):30334/udp\"" >> $composefile
echo " volumes:" >> $composefile echo " volumes:" >> $composefile
echo " - "$datadir"/net/$i:/root" >> $composefile echo " - "$datadir"/net/$i:/root" >> $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