Commit 51fa87b9 authored by Your Name's avatar Your Name

update host

parent 7fc0d045
...@@ -5,4 +5,6 @@ docker-compose-net.yml ...@@ -5,4 +5,6 @@ docker-compose-net.yml
docker-compose_nebula-sentry.yml docker-compose_nebula-sentry.yml
./data/* ./data/*
./host/data/* ./host/data/*
./host/start*
./host/stop*
./mainchain/conf/deploy/* ./mainchain/conf/deploy/*
\ No newline at end of file
...@@ -79,6 +79,7 @@ if [ $i -eq 1 ]; then ...@@ -79,6 +79,7 @@ if [ $i -eq 1 ]; then
echo "cd ../mainchain" >> $startfile echo "cd ../mainchain" >> $startfile
echo "./scripts/run-testnet.sh" >> $startfile echo "./scripts/run-testnet.sh" >> $startfile
echo "cd ../host" >> $startfile echo "cd ../host" >> $startfile
echo "sleep 10" >> $startfile
fi fi
echo "docker compose -f "$composefile" up -d" >> $startfile echo "docker compose -f "$composefile" up -d" >> $startfile
...@@ -175,7 +176,7 @@ echo " - $((38004)):38004" >> $composefile ...@@ -175,7 +176,7 @@ echo " - $((38004)):38004" >> $composefile
echo " - $((28000)):28080" >> $composefile echo " - $((28000)):28080" >> $composefile
echo " networks:" >> $composefile echo " networks:" >> $composefile
echo " - meta" >> $composefile echo " - meta" >> $composefile
echo "" >> $composefile echo "" >> $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