Skip to content

Commit

Permalink
Merge pull request #153 from dappnode/lukas/add-session-support
Browse files Browse the repository at this point in the history
Enable Session port ranges
  • Loading branch information
NumberFour8 authored Jan 8, 2025
2 parents 41501a2 + bd83199 commit 9407cb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ ENV DAPPNODE=true

ADD hoprd.cfg.yaml /app/hoprd.cfg.yaml

ENTRYPOINT ["/bin/hoprd", "--configurationFilePath", "/app/hoprd.cfg.yaml"]
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ services:
- "9098:9098/udp"
- "9099:9099/tcp"
- "9099:9099/udp"
- "10000-10100:10000-10100/tcp"
- "10000-10100:10000-10100/udp"
volumes:
- "db:/app/hoprd-db"
security_opt:
Expand All @@ -42,6 +44,7 @@ services:
HOPRD_HEARTBEAT_VARIANCE: 1
HOPRD_PASSWORD: ""
HOPRD_PROVIDER: ""
HOPRD_SESSION_PORT_RANGE: "10000:10100"
restart: unless-stopped
deploy:
resources:
Expand Down

0 comments on commit 9407cb6

Please sign in to comment.