1
0
Fork 0

Update docker-compose.yml

This commit is contained in:
Meng Sen 2025-05-27 11:04:01 +08:00 committed by GitHub
parent 79f827bbbc
commit 05a22b5843
1 changed files with 3 additions and 3 deletions

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