From 0a8058b8827edad605a49f3dc5604252fafba714 Mon Sep 17 00:00:00 2001 From: niyyzf Date: Tue, 29 Jul 2025 13:54:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=83=A8=E7=BD=B2=E7=AB=AF?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 338431a..8575189 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,14 +4,14 @@ services: image: watch-stock-list:latest container_name: watch-stock-list-app ports: - - "3000:3000" + - "7799:7799" environment: - NODE_ENV=production - - PORT=3000 + - PORT=7799 - HOSTNAME=0.0.0.0 restart: unless-stopped healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:3000"] + test: ["CMD", "curl", "-f", "http://localhost:7799"] interval: 30s timeout: 10s retries: 3