make xdai p2p sync port available

This commit is contained in:
Sebastian
2022-01-03 12:32:00 +01:00
parent 8dcae76a80
commit 4904b09f8c
3 changed files with 6 additions and 64 deletions

View File

@@ -113,7 +113,10 @@ services:
image: nethermind/nethermind:latest
expose:
- "8545"
- "30303"
- "40444"
ports:
- "40444:40444"
- "40444:40444/udp"
volumes:
- xdai:/nethermind_db/xdai
- ./xdai/xdai.cfg:/xdai.cfg