1
0
Fork 0
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:
Nebel 2022-09-21 09:34:49 +09:00
parent 2ee64ecf7c
commit 0c0b7de3f2

View file

@ -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