Skip to content

Commit

Permalink
Fix docs typo in port range
Browse files Browse the repository at this point in the history
Fixes #164
  • Loading branch information
jmattheis committed Aug 12, 2023
1 parent 45e99c2 commit 6a55b68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ $ docker run -it \
-e SCREEGO_TURN_PORT_RANGE=50000:50200 \
-p 5050:5050 \
-p 3478:3478 \
-p 50000-50100:50000-50200/udp \
-p 50000-50200:50000-50200/udp \
screego/server:GITHUB_VERSION
```

Expand All @@ -61,7 +61,7 @@ services:
ports:
- 5050:5050
- 3478:3478
- 50000-50100:50000-50200/udp
- 50000-50200:50000-50200/udp
environment:
SCREEGO_EXTERNAL_IP: "192.168.178.2"
SCREEGO_TURN_PORT_RANGE: "50000:50200"
Expand Down

0 comments on commit 6a55b68

Please sign in to comment.