mirror of
https://github.com/caddyserver/website.git
synced 2025-05-06 11:47:12 -04:00
Expose 443/udp
This commit is contained in:
parent
47f2e155bf
commit
4c2c4eb943
1 changed files with 1 additions and 0 deletions
|
@ -199,6 +199,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
- "443:443"
|
- "443:443"
|
||||||
|
- "443:443/udp"
|
||||||
volumes:
|
volumes:
|
||||||
- $PWD/Caddyfile:/etc/caddy/Caddyfile
|
- $PWD/Caddyfile:/etc/caddy/Caddyfile
|
||||||
- $PWD/site:/srv
|
- $PWD/site:/srv
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue