version: '3' services: xrayr: image: mengxin239/xrayr:latest volumes: - ./config:/etc/XrayR/ # 映射配置文件夹 restart: always network_mode: host