Update port configuration from 3000 to 1411 in domain, firewall, and service JSON files #40
| @@ -26,7 +26,7 @@ | ||||
|                     "TARGET": "pocketid-app" | ||||
|                 }, | ||||
|                 { | ||||
|                     "PORT": "3000" | ||||
|                     "PORT": "1411" | ||||
|                 }, | ||||
|                 { | ||||
|                     "DOMAIN": "#DOMAIN" | ||||
|   | ||||
| @@ -58,7 +58,7 @@ | ||||
|                     "TYPE": "tcp" | ||||
|                 }, | ||||
|                 { | ||||
|                     "TARGET_PORT": "3000" | ||||
|                     "TARGET_PORT": "1411" | ||||
|                 }, | ||||
|                 { | ||||
|                     "COMMENT": "proxy for pocketid-app" | ||||
|   | ||||
| @@ -76,7 +76,7 @@ | ||||
|             "PORTS": [ | ||||
|                 { | ||||
|                     "SOURCE": "null", | ||||
|                     "DEST": "3000", | ||||
|                     "DEST": "1411", | ||||
|                     "TYPE": "tcp" | ||||
|                 } | ||||
|             ], | ||||
|   | ||||
		Reference in New Issue
	
	Block a user