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

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