From 57f8149df23132c7456f8b952a8f69bb5e2c4321 Mon Sep 17 00:00:00 2001 From: CJ_Clippy Date: Sun, 28 Sep 2025 21:36:00 -0800 Subject: [PATCH] correct the port number --- services/our/compose.production.yaml | 2 +- services/our/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/services/our/compose.production.yaml b/services/our/compose.production.yaml index db52f0e..169fa98 100644 --- a/services/our/compose.production.yaml +++ b/services/our/compose.production.yaml @@ -23,7 +23,7 @@ services: volumes: - /mnt/vfs/futureporn:/mnt/vfs/futureporn ports: - - target: 3000 # container port + - target: 5000 # container port published: 8084 # Swarm ingress port protocol: tcp mode: ingress diff --git a/services/our/package.json b/services/our/package.json index 7446bb4..bc65c2c 100644 --- a/services/our/package.json +++ b/services/our/package.json @@ -1,7 +1,7 @@ { "name": "futureporn-our", "private": true, - "version": "2.8.25", + "version": "2.8.26", "type": "module", "scripts": { "dev": "concurrently npm:dev:serve npm:dev:build:server npm:dev:build:client npm:dev:worker npm:dev:compose npm:dev:sftp npm:dev:qbittorrent npm:dev:tailscale",