fix port numbers
This commit is contained in:
parent
20cdf9b61d
commit
a86568dced
@ -24,7 +24,7 @@ services:
|
||||
- /mnt/vfs/futureporn:/mnt/vfs/futureporn
|
||||
ports:
|
||||
- target: 3000 # container port
|
||||
published: 8083 # Swarm ingress port
|
||||
published: 8084 # Swarm ingress port
|
||||
protocol: tcp
|
||||
mode: ingress
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "futureporn-our",
|
||||
"private": true,
|
||||
"version": "2.8.23",
|
||||
"version": "2.8.25",
|
||||
"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",
|
||||
@ -116,4 +116,4 @@
|
||||
"prisma": {
|
||||
"seed": "tsx prisma/seed.ts"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user