only use tcp on caddy

This commit is contained in:
abhishek9686 2024-12-28 16:15:33 +04:00
parent 7a6ce59204
commit 081efde126

View file

@ -52,11 +52,11 @@ services:
- caddy_data:/data
- caddy_conf:/config
ports:
- "$SERVER_HOST:80:80"
- "$SERVER_HOST:443:443"
- "$SERVER_HOST:80:80/tcp"
- "$SERVER_HOST:443:443/tcp"
#uncomment to enable IPv6 communication
# - "$SERVER_HOST6:80:80"
# - "$SERVER_HOST6:443:443"
# - "$SERVER_HOST6:80:80/tcp"
# - "$SERVER_HOST6:443:443/tcp"
coredns:
#network_mode: host