This commit is contained in:
soraefir
2026-05-14 16:29:30 +02:00
parent c069079a3a
commit c60123ca3c
2 changed files with 4 additions and 1 deletions

View File

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