Update Leantime configuration to change port from 80 to 8080

This commit is contained in:
gyurix
2025-08-14 17:50:40 +02:00
parent b8ac9eb0ef
commit 2a6f54d65e
3 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@
"TARGET": "leantime-app"
},
{
"PORT": "80"
"PORT": "8080"
},
{
"DOMAIN": "#DOMAIN"

View File

@@ -58,7 +58,7 @@
"TYPE": "tcp"
},
{
"TARGET_PORT": "80"
"TARGET_PORT": "8080"
},
{
"COMMENT": "leantime"

View File

@@ -115,7 +115,7 @@
"PORTS": [
{
"SOURCE": "null",
"DEST": "80",
"DEST": "8080",
"TYPE": "tcp"
}
],