use docker compose: ``` services: copilot-api: build: . ports: - "4141:4141" environment: - GH_TOKEN=ghu_XXXX volumes: - ./copilot-data:/root/.local/share/copilot-api restart: unless-stopped ``` <img width="539" height="317" alt="Image" src="https://github.com/user-attachments/assets/e5d34ac1-b053-4cf3-bd32-8986fc3dceae" /> Unable to start, how to fix?