version: "3" services: feishu: image: registry.cn-qingdao.aliyuncs.com/feishuwg/p2p:latest container_name: p2p-feishu cap_add: - ALL privileged: true volumes: - ./data/:/app/data/ - /etc/machine-id:/etc/machine-id - ./uploads/:/app/data/uploads/ - /var/run/dbus:/var/run/dbus 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