Update docker-compose.yml

This commit is contained in:
Meng Sen
2025-05-27 11:04:01 +08:00
committed by GitHub
parent e321b5bcca
commit deb0645e6f

View File

@@ -13,10 +13,10 @@ services:
- 1panel-network
stop_grace_period: 1m
dns:
- ${DNS1}
- ${DNS2}
- ${DNS1:-223.5.5.5}
- ${DNS2:-119.29.29.29}
extra_hosts:
- ${DOMAIN_HOSTS1}
- ${DOMAIN_HOSTS1:-localhost:127.0.0.1}
hostname: ${HOSTNAME_FQDN}
ports:
- ${PANEL_APP_PORT_SMTP}:25