Compare commits

...

2 Commits

3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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