mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-08 13:03:47 +00:00
Merge pull request #30 from primevprotocol/fix-docker-networking
fix: ip and port overlap between signers
This commit is contained in:
commit
68fe71447c
1 changed files with 6 additions and 6 deletions
|
|
@ -220,9 +220,9 @@ services:
|
||||||
- NET_RESTRICT=172.29.0.0/16
|
- NET_RESTRICT=172.29.0.0/16
|
||||||
networks:
|
networks:
|
||||||
primev_net:
|
primev_net:
|
||||||
ipv4_address: '172.29.0.99'
|
ipv4_address: '172.29.0.101'
|
||||||
ports:
|
ports:
|
||||||
- 60602:60601
|
- 60604:60601
|
||||||
volumes:
|
volumes:
|
||||||
- geth-data-node1:/data
|
- geth-data-node1:/data
|
||||||
profiles:
|
profiles:
|
||||||
|
|
@ -262,9 +262,9 @@ services:
|
||||||
- NET_RESTRICT=172.29.0.0/16
|
- NET_RESTRICT=172.29.0.0/16
|
||||||
networks:
|
networks:
|
||||||
primev_net:
|
primev_net:
|
||||||
ipv4_address: '172.29.0.99'
|
ipv4_address: '172.29.0.101'
|
||||||
ports:
|
ports:
|
||||||
- 60602:60601
|
- 60604:60601
|
||||||
volumes:
|
volumes:
|
||||||
- geth-data-node3:/data
|
- geth-data-node3:/data
|
||||||
profiles:
|
profiles:
|
||||||
|
|
@ -301,9 +301,9 @@ services:
|
||||||
- BOOTNODE_ENDPOINT=enode://34a2a388ad31ca37f127bb9ffe93758ee711c5c2277dff6aff2e359bcf2c9509ea55034196788dbd59ed70861f523c1c03d54f1eabb2b4a5c1c129d966fe1e65@172.29.0.98:30301
|
- BOOTNODE_ENDPOINT=enode://34a2a388ad31ca37f127bb9ffe93758ee711c5c2277dff6aff2e359bcf2c9509ea55034196788dbd59ed70861f523c1c03d54f1eabb2b4a5c1c129d966fe1e65@172.29.0.98:30301
|
||||||
networks:
|
networks:
|
||||||
primev_net:
|
primev_net:
|
||||||
ipv4_address: '172.29.0.101'
|
ipv4_address: '172.29.0.102'
|
||||||
ports:
|
ports:
|
||||||
- 60604:60601
|
- 60605:60601
|
||||||
volumes:
|
volumes:
|
||||||
- geth-data-node3:/data
|
- geth-data-node3:/data
|
||||||
- geth-data-backup:/backup
|
- geth-data-backup:/backup
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue