Skip to content

Commit 265deff

Browse files
bwbroersmamxsasha
authored andcommitted
Expose udp to nginx for HTTP3
Fixes #1659 (second try)
1 parent e39e884 commit 265deff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/compose.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ services:
2222

2323
ports:
2424
- $WEBSERVER_PORT
25-
- $WEBSERVER_PORT_TLS
25+
- $WEBSERVER_PORT_TLS/tcp
26+
- $WEBSERVER_PORT_TLS/udp
2627

2728
environment:
2829
- INTERNETNL_DOMAINNAME

0 commit comments

Comments
 (0)