Skip to content

Commit 6e1a00f

Browse files
committed
fix (chat): removed udp ports
1 parent a470596 commit 6e1a00f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/server/docker-compose.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ services:
2121
# Exposes Nginx (running on port 80 in the container) to port 5000 on the host.
2222
# This is the primary public-facing port for your entire application.
2323
- "5000:80"
24-
# Expose a range of UDP ports for WebRTC media streams.
25-
- "40000-49999:40000-49999/udp"
2624
depends_on:
2725
- postgres
2826
- chroma

0 commit comments

Comments
 (0)