Skip to content

Commit

Permalink
Enable Session port ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
NumberFour8 committed Jan 7, 2025
1 parent 55c94f0 commit c7eddc2
Showing 1 changed file with 3 additions and 0 deletions.
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 c7eddc2

Please sign in to comment.