Update port configuration from 3000 to 1411 in domain, firewall, and service JSON files

This commit is contained in:
gyurix
2025-08-30 09:48:49 +02:00
parent 9c0932bdd4
commit 37e93e661d
3 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@
"TARGET": "pocketid-app"
},
{
"PORT": "3000"
"PORT": "1411"
},
{
"DOMAIN": "#DOMAIN"

View File

@@ -58,7 +58,7 @@
"TYPE": "tcp"
},
{
"TARGET_PORT": "3000"
"TARGET_PORT": "1411"
},
{
"COMMENT": "proxy for pocketid-app"

View File

@@ -76,7 +76,7 @@
"PORTS": [
{
"SOURCE": "null",
"DEST": "3000",
"DEST": "1411",
"TYPE": "tcp"
}
],