From 4228ed0310753f0405c25e2da9c58fe591a50b5c Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Thu, 28 Nov 2024 15:40:56 -0600 Subject: [PATCH] more porting. things are working now. --- README.md | 2 +- webapps/easy-gate/easy-gate.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3346909..3c6672b 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,11 @@ This repo is for containers running on Charles (@ReachableCEO) laptop | application | port | | -------------- | ---- | +| dashboard | 2005 | | wakaapi | 2001 | | metrics | 2002 | | wger | 2003 | | tube-archivist | 2004 | -| dashboard | 2005 | | vscode-server | 2006 | | reactive-resume | 2007 | diff --git a/webapps/easy-gate/easy-gate.json b/webapps/easy-gate/easy-gate.json index 8c92c69..39c60ea 100644 --- a/webapps/easy-gate/easy-gate.json +++ b/webapps/easy-gate/easy-gate.json @@ -1,5 +1,5 @@ { - "addr": "0.0.0.0:1005", + "addr": "0.0.0.0:8080", "use_tls": false, "cert_file": "", "key_file": "",