Commit 054f5bfd authored by duanjinfei's avatar duanjinfei

update computing-node compose

parent c2dbbc8b
......@@ -4,7 +4,11 @@ services:
computing-node:
image: caduceus/computing-node
container_name: computing-node
entrypoint: /usr/bin/powerNode -r 0x84A3175be614F5886f99Da506dF08682DF530739 -d tcp://127.0.0.1:2375
privileged: true
environment:
- REWARD_ADDRESS=0x84A3175be614F5886f99Da506dF08682DF530739
volumes:
- /var/run/docker.sock:/var/run/docker.sock
deploy:
restart_policy:
condition: on-failure
......
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