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": "",