Skip to content

Commit

Permalink
add peer static port
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan@vulcanize.io committed May 5, 2024
1 parent 21f7b96 commit a7da7b4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ services:
lotus:
environment:
- LOTUS_API_LISTENADDRESS=/ip4/0.0.0.0/tcp/1234/http
- LOTUS_LIBP2P_LISTENADDRESSES="/ip4/0.0.0.0/tcp/1235 /ip6/::/tcp/1235 /ip4/0.0.0.0/udp/1235/quic-v1 /ip6/::/udp/1235/quic-v1 /ip4/0.0.0.0/udp/1235/quic-v1/webtransport /ip6/::/udp/1235/quic-v1/webtransport"
image: cerc/lotus-mainnet:local
volumes:
- parameters:/var/tmp/filecoin-proof-parameters
Expand All @@ -16,6 +17,7 @@ services:
- lotus_miner_data:/root/data
ports:
- "1234"
- "1235"
deploy:
restart_policy:
condition: on-failure
Expand Down

0 comments on commit a7da7b4

Please sign in to comment.