Skip to content

Commit 0bf7654

Browse files
authored
Update docker-compose.yml
add udp 443 for http/3 quic
1 parent 434983b commit 0bf7654

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/traefik/docker-compose.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ services:
44
container_name: traefik
55
image: traefik:2.11
66
ports:
7-
- 80:80 # HTTP
8-
- 443:443 # HTTPS
7+
- 80:80/tcp # HTTP
8+
- 443:443/tcp # HTTPS
9+
- 443:443/udp # HTTPS via HTTP/3 QUIC UDP
910
- 127.0.0.1:8080:8080 # MGMT WEB UI
1011
volumes:
1112
- /var/run/docker.sock:/var/run/docker.sock:ro # ro = read-only access to the docker.sock

0 commit comments

Comments
 (0)