Commit 2661c39b authored by Metaverse1024's avatar Metaverse1024

Update host.sh

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