port not needed

This commit is contained in:
2025-06-30 11:28:26 -06:00
parent c6395f6a17
commit aba2d7575b
2 changed files with 2 additions and 1 deletions

View File

@@ -233,7 +233,7 @@ services:
copilot-api:
image: node:latest
working_dir: /app
command: sh -c "npx copilot-api@latest start --github-token $COPILOT_TOKEN --host 0.0.0.0 --port 4444"
command: sh -c "npx copilot-api@latest start --github-token $COPILOT_TOKEN --port 4444"
environment:
- COPILOT_TOKEN=${COPILOT_TOKEN}
ports: