Commit 79a8b32b authored by vicotor's avatar vicotor

update docker compose

parent 88a834b8
...@@ -66,7 +66,7 @@ services: ...@@ -66,7 +66,7 @@ services:
volumes: volumes:
- "./deployer:/root/deployments" - "./deployer:/root/deployments"
- "./layer2/alloc.json:/root/alloc.json" - "./layer2/alloc.json:/root/alloc.json"
entrypoint: opnode genesis l2 --deploy-config /root/deployments/config.json --l1-deployments /root/deployments/artifact.json --l2-allocs /root/alloc.json --outfile.l2 /root/deployments/genesis.json --outfile.rollup /root/deployments/rollup.json --l1-rpc=http://172.80.1.2:8545 entrypoint: op-node genesis l2 --deploy-config /root/deployments/config.json --l1-deployments /root/deployments/artifact.json --l2-allocs /root/alloc.json --outfile.l2 /root/deployments/genesis.json --outfile.rollup /root/deployments/rollup.json --l1-rpc=http://172.80.1.2:8545
# depends_on: # depends_on:
# - forge-deploy # - forge-deploy
...@@ -77,7 +77,7 @@ services: ...@@ -77,7 +77,7 @@ services:
volumes: volumes:
- "./deployer:/root/deployments" - "./deployer:/root/deployments"
- "./data/layer2:/root/node" - "./data/layer2:/root/node"
entrypoint: opnode genesis init --data-dir /root/node --genesis /root/deployments/genesis.json entrypoint: op-node genesis init --data-dir /root/node --genesis /root/deployments/genesis.json
# depends_on: # depends_on:
# - forge-deploy # - forge-deploy
......
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