This commit is contained in:
soraefir
2026-05-14 20:54:43 +02:00
parent 4e7a348461
commit 983c19eaa5
3 changed files with 7 additions and 18 deletions

View File

@@ -86,9 +86,6 @@ in {
AUTHENTIK_HOST = "https://${containerCfg.subdomain}.${serverCfg.hostDomain}";
AUTHENTIK_INSECURE = "false";
};
overrides = {
ports = [ "636:6636" ];
};
};
};