容器经常假死,导致服务不可用
Author: nuo010Created Aug 5, 2026Updated Aug 23, 2026
services: smartdns: container_name: smartdns restart: always network_mode: host environment: # BusyBox 下 POSIX 格式设置 TZ 时区配置 - TZ=CST-8 volumes: # 主配置 - /vol1/1000/1/server/smartdns/etc:/etc/smartdns # 数据库 - /vol1/1000/1/server/smartdns/lib:/var/lib/smartdns # 日志 - /vol1/1000/1/server/smartdns/log:/var/log/smartdns image: pymumu/smartdns:latest
假死后,无法查询dns ui也打不开
Source: pymumu/smartdns