services: dnspod-yxip: image: woodchen/dnspod-yxip:latest container_name: dnspod-yxip restart: always volumes: - ./config.yaml:/app/config.yaml:ro # 映射YAML配置文件 - ./logs:/app/logs # 映射日志目录