From c6395f6a178d41595d4bfc16fb8ff08b59ee8219 Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Mon, 30 Jun 2025 11:27:27 -0600 Subject: [PATCH] ports --- home-server/docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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