diff --git a/home-server/docker-compose.yml b/home-server/docker-compose.yml index 031a116..28b402d 100644 --- a/home-server/docker-compose.yml +++ b/home-server/docker-compose.yml @@ -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" + command: sh -c "npx copilot-api@latest start --github-token $COPILOT_TOKEN --host 0.0.0.0 --port 4444" environment: - COPILOT_TOKEN=${COPILOT_TOKEN} ports: @@ -242,5 +242,5 @@ services: networks: proxy: - external: - name: proxy \ No newline at end of file + name: proxy + external: true \ No newline at end of file