Skip to content

Commit

Permalink
fixing lotus fixturenet config
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan@vulcanize.io committed Apr 26, 2024
1 parent 277fbae commit d13892b
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ services:
- lotus-miner
entrypoint: ["sh", "/docker-entrypoint-scripts.d/setup-node.sh"]
ports:
- "1234"
- "2345"
- "3456"
- "1777"
- "1235"
- "2346"
- "3457"
- "1778"

lotus-node-2:
hostname: lotus-node-2
Expand All @@ -70,10 +70,10 @@ services:
- lotus-miner
entrypoint: ["sh", "/docker-entrypoint-scripts.d/setup-node.sh"]
ports:
- "1234"
- "2345"
- "3456"
- "1777"
- "1236"
- "2347"
- "3458"
- "1779"

volumes:
lotus_miner_params:
Expand Down

0 comments on commit d13892b

Please sign in to comment.