correct the port number
Some checks failed
ci / test (push) Failing after 5m56s
fp/our CI/CD / build (push) Successful in 2m1s

This commit is contained in:
CJ_Clippy 2025-09-28 21:36:00 -08:00
parent a86568dced
commit 57f8149df2
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ services:
volumes: volumes:
- /mnt/vfs/futureporn:/mnt/vfs/futureporn - /mnt/vfs/futureporn:/mnt/vfs/futureporn
ports: ports:
- target: 3000 # container port - target: 5000 # container port
published: 8084 # Swarm ingress port published: 8084 # Swarm ingress port
protocol: tcp protocol: tcp
mode: ingress mode: ingress

View File

@ -1,7 +1,7 @@
{ {
"name": "futureporn-our", "name": "futureporn-our",
"private": true, "private": true,
"version": "2.8.25", "version": "2.8.26",
"type": "module", "type": "module",
"scripts": { "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", "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",