Merge pull request 'Update port configuration from 3000 to 1411 in domain, firewall, and service JSON files' (#40) from dev into main

Reviewed-on: #40
This commit is contained in:
2025-08-30 07:49:49 +00:00
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"
}
],