Skip to content

Commit 01b892f

Browse files
committed
docker: open ports for TURN + STUN
1 parent 82dd0cc commit 01b892f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ services:
3939
- "143:143"
4040
- "465:465"
4141
- "993:993"
42+
- "3478:3478"
43+
- "4000-60000":"4000-60000"
4244
volumes:
4345
## system
4446
- /sys/fs/cgroup:/sys/fs/cgroup:rw # required for systemd

0 commit comments

Comments
 (0)