Commit 6d8db06d authored by Your Name's avatar Your Name

update

parent f0e29b9e
...@@ -2,7 +2,7 @@ version: "3.9" ...@@ -2,7 +2,7 @@ version: "3.9"
services: services:
cryptor-sender: cryptor-sender:
image: 192.168.1.220:5000/cryptor:v0.0.1 image: caduceus/cmp2-test-net-meta-crypto:v0.0.1
container_name: cryptor-sender container_name: cryptor-sender
deploy: deploy:
restart_policy: restart_policy:
...@@ -13,7 +13,7 @@ services: ...@@ -13,7 +13,7 @@ services:
volumes: volumes:
- ./cryptor/config.toml:/root/config.toml - ./cryptor/config.toml:/root/config.toml
sender: sender:
image: 192.168.1.220:5000/simulator:v0.0.12 image: caduceus/cmp2-test-net-tester:v0.0.12
container_name: sender container_name: sender
entrypoint: sender -test.run TestManyToMany /privatefromto-10_000.tmp 192.168.1.220 cryptor-sender 30000 entrypoint: sender -test.run TestManyToMany /privatefromto-10_000.tmp 192.168.1.220 cryptor-sender 30000
#entrypoint: sh -c 'sender -test.run TestManyToMany -test.timeout 0 /privatefromto-10_000.tmp 192.168.1.220 cryptor-sender 30000' #entrypoint: sh -c 'sender -test.run TestManyToMany -test.timeout 0 /privatefromto-10_000.tmp 192.168.1.220 cryptor-sender 30000'
......
...@@ -57,7 +57,7 @@ fi ...@@ -57,7 +57,7 @@ fi
if [ $withParam -eq 0 ]; then if [ $withParam -eq 0 ]; then
read -p "please input your data dir:" -t 100 datadir read -p "please input your data dir:" datadir
datadir=${datadir:-./data/} datadir=${datadir:-./data/}
while true while true
......
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