fix port missmatch
This commit is contained in:
parent
31ac503e3c
commit
2b56e5d711
2 changed files with 6 additions and 6 deletions
|
|
@ -6,7 +6,7 @@
|
|||
DISABLE_SSH = true;
|
||||
DOMAIN = "git.proxy.${homelab.domain}";
|
||||
HTTP_ADDR = "127.0.0.1";
|
||||
HTTP_PORT = 8050;
|
||||
HTTP_PORT = 5080;
|
||||
PROTOCOL = "http";
|
||||
ROOT_URL = "https://git.${homelab.domain}";
|
||||
LANDING_PAGE = "explore";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue