Update Leantime configuration to change port from 80 to 8080 #20

Merged
gyurix merged 1 commits from dev into main 2025-08-14 15:51:44 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 2a6f54d65e - Show all commits

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"
}
],