mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-27 22:11:12 +00:00
Update docker-compose.yml
add udp 443 for http/3 quic
This commit is contained in:
parent
434983b5b6
commit
0bf7654961
|
@ -4,8 +4,9 @@ services:
|
||||||
container_name: traefik
|
container_name: traefik
|
||||||
image: traefik:2.11
|
image: traefik:2.11
|
||||||
ports:
|
ports:
|
||||||
- 80:80 # HTTP
|
- 80:80/tcp # HTTP
|
||||||
- 443:443 # HTTPS
|
- 443:443/tcp # HTTPS
|
||||||
|
- 443:443/udp # HTTPS via HTTP/3 QUIC UDP
|
||||||
- 127.0.0.1:8080:8080 # MGMT WEB UI
|
- 127.0.0.1:8080:8080 # MGMT WEB UI
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro # ro = read-only access to the docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock:ro # ro = read-only access to the docker.sock
|
||||||
|
|
Loading…
Reference in New Issue
Block a user