mirror of
https://github.com/kou029w/fogtype.com
synced 2025-01-18 08:05:02 +00:00
udp 443 port allowed
This commit is contained in:
parent
2ee64ecf7c
commit
0c0b7de3f2
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ services:
|
|||
restart: unless-stopped
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
- "443:443/udp"
|
||||
- "443:443/tcp"
|
||||
- "127.0.0.1:2019:2019"
|
||||
volumes:
|
||||
- ./etc/caddy:/etc/caddy
|
||||
|
|
Loading…
Add table
Reference in a new issue