version: "3.8" services: sing-box: image: ghcr.io/sagernet/sing-box container_name: sing-box restart: unless-stopped volumes: - ./config.json:/etc/sing-box/config.json network_mode: "host" command: -D /var/lib/sing-box -C /etc/sing-box/ run