Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kant777 authored Dec 21, 2023
1 parent 6e3b1ba commit 83a287c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions geth-poa/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ services:
- 8546:8546
- 6060:6060 # metrics server @ /debug/metrics
- 6068:6068
- 60601:60601
volumes:
- geth-data-bootnode:/data
profiles:
Expand Down Expand Up @@ -54,6 +55,8 @@ services:
networks:
primev_net:
ipv4_address: '172.29.0.99'
ports:
- 60602:60601
volumes:
- geth-data-node1:/data
profiles:
Expand Down Expand Up @@ -93,6 +96,8 @@ services:
networks:
primev_net:
ipv4_address: '172.29.0.100'
ports:
- 60603:60601
volumes:
- geth-data-node2:/data
profiles:
Expand Down

0 comments on commit 83a287c

Please sign in to comment.