version: "3" services: feishu: image: registry.cn-qingdao.aliyuncs.com/feishuwg/p2p:latest container_name: p2p-feishu cap_add: - ALL privileged: true volumes: - ./conf/:/app/data/conf/ - ./logs/:/app/data/logs/ devices: - /dev/net/tun restart: always logging: driver: "json-file" options: max-file: "10" max-size: "50m" network_mode: host dns: - 223.5.5.5 - 223.6.6.6 - 2400:3200::1 - 2400:3200:baba::1