Skip to content

Commit 5a639e2

Browse files
committed
fix: add udp ports to docker compose
1 parent 6d6d83b commit 5a639e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/dev-full/docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,8 @@ services:
231231
#
232232
# We only reserve 100 ports instead of the default 22,000. See
233233
# rivet-guard for explanation.
234-
- "7600-7699:7600-7699"
234+
- "7600-7699:7600-7699/tcp"
235+
- "7600-7699:7600-7699/udp"
235236
# cAdvisor metrics endpoint
236237
- "7780:7780"
237238
networks:

0 commit comments

Comments
 (0)