Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions compose/traefik.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ services:
target: 443
published: "443"
protocol: tcp
- mode: host
target: 443
published: "443"
protocol: udp
restart: unless-stopped
security_opt:
- no-new-privileges:true
Expand Down
1 change: 1 addition & 0 deletions data/traefik/traefik.yml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ entryPoints:
scheme: https
websecure:
address: ':443'
http3: {}
http:
middlewares:
- default@file
Expand Down