1
0
Fork 0
mirror of https://github.com/kou029w/fogtype.com synced 2025-01-31 14:28:08 +00:00

Compare commits

..

2 commits

Author SHA1 Message Date
0c0b7de3f2 udp 443 port allowed 2022-09-21 09:34:49 +09:00
renovate[bot]
2ee64ecf7c
Update caddy Docker tag to v2.6.0 2022-09-20 22:29:59 +00:00

View file

@ -1,10 +1,11 @@
services:
https:
image: caddy:2.5.2-alpine@sha256:b31ff95e98737b849d6af1fb9d9cb54a66ba3684564b3310541f60b12b1dd619
image: caddy:2.6.0-alpine@sha256:eb2faa697dcfeaa8fe36edf57dab9d98d4d6cbd3f2eb541ada2ceb713ffec219
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