Commit 2cdb1ed8 authored by Your Name's avatar Your Name

update net v0.0.2

parent b06c1267
......@@ -138,7 +138,7 @@ echo ' - meta' >> $compose
echo "" >> $composefile
echo "" >> $composefile
echo " net:" >> $composefile
echo " image: 192.168.1.220:5000/metanet:v0.0.1" >> $composefile
echo " image: 192.168.1.220:5000/metanet:v0.0.2" >> $composefile
echo " container_name: net" >> $composefile
if [ $i -eq 1 ]; then
echo " entrypoint: /root/MetaNet --single-node --enable-prom --log-level debug --p2p-priv-key /root/default-priv-key --grpc-host 0.0.0.0 --grpc-port 38010 --p2p-host-ip 172.99.1.1" >> $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