mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 23:56:43 +00:00
changed naming node -> signer-node
This commit is contained in:
parent
8a529991d9
commit
4515b2e396
5 changed files with 4 additions and 4 deletions
|
|
@ -19,7 +19,7 @@ COPY geth-poa/genesis-keystore.json /genesis.json
|
|||
|
||||
COPY geth-poa/entrypoint.sh /entrypoint.sh
|
||||
|
||||
COPY geth-poa/node1/keystore /data/keystore
|
||||
COPY geth-poa/signer-node1/keystore /data/keystore
|
||||
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
|
|
@ -19,7 +19,7 @@ COPY geth-poa/genesis-keystore.json /genesis.json
|
|||
|
||||
COPY geth-poa/entrypoint.sh /entrypoint.sh
|
||||
|
||||
COPY geth-poa/node2/keystore /data/keystore
|
||||
COPY geth-poa/signer-node2/keystore /data/keystore
|
||||
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
|
|
@ -46,7 +46,7 @@ services:
|
|||
sl-node1-keystore:
|
||||
build:
|
||||
context: ..
|
||||
dockerfile: geth-poa/Node1Dockerfile
|
||||
dockerfile: geth-poa/SignerNode1Dockerfile
|
||||
environment:
|
||||
- GETH_NODE_TYPE=signer
|
||||
- BOOTNODE_ENDPOINT=enode://34a2a388ad31ca37f127bb9ffe93758ee711c5c2277dff6aff2e359bcf2c9509ea55034196788dbd59ed70861f523c1c03d54f1eabb2b4a5c1c129d966fe1e65@172.29.0.98:30301
|
||||
|
|
@ -129,7 +129,7 @@ services:
|
|||
sl-node2-keystore:
|
||||
build:
|
||||
context: ..
|
||||
dockerfile: geth-poa/Node2Dockerfile
|
||||
dockerfile: geth-poa/SignerNode2Dockerfile
|
||||
environment:
|
||||
- GETH_NODE_TYPE=signer
|
||||
- BOOTNODE_ENDPOINT=enode://34a2a388ad31ca37f127bb9ffe93758ee711c5c2277dff6aff2e359bcf2c9509ea55034196788dbd59ed70861f523c1c03d54f1eabb2b4a5c1c129d966fe1e65@172.29.0.98:30301
|
||||
|
|
|
|||
Loading…
Reference in a new issue