Fix token

This commit is contained in:
soraefir
2026-05-14 21:30:11 +02:00
parent 97004b4b75
commit 601999180b
2 changed files with 14 additions and 17 deletions

View File

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