File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5,5 +5,3 @@ FROM europe-west3-docker.pkg.dev/hoprassociation/docker-images/hoprd:${UPSTREAM_
55ENV DAPPNODE=true
66
77ADD hoprd.cfg.yaml /app/hoprd.cfg.yaml
8-
9- ENTRYPOINT ["/bin/hoprd" , "--configurationFilePath" , "/app/hoprd.cfg.yaml" ]
Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ services:
2626 - 9198:9198/udp
2727 - 9199:9199/tcp
2828 - 9199:9199/udp
29+ - " 10000-10100:10000-10100/tcp"
30+ - " 10000-10100:10000-10100/udp"
2931 volumes :
3032 - " db:/app/hoprd-db"
3133 security_opt :
@@ -42,6 +44,7 @@ services:
4244 HOPR_INTERNAL_LIBP2P_YAMUX_MAX_NUM_STREAMS : 1024
4345 HOPRD_PASSWORD : " "
4446 HOPRD_PROVIDER : " "
47+ HOPRD_SESSION_PORT_RANGE : " 10000:10100"
4548 restart : unless-stopped
4649 deploy :
4750 resources :
You can’t perform that action at this time.
0 commit comments