From 74d6c1d9329ab0eb31ca99ecd9e35da7840d9842 Mon Sep 17 00:00:00 2001 From: akanealw Date: Thu, 17 Apr 2025 19:22:28 -0500 Subject: [PATCH] added ports to authentik --- authentik/compose.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/authentik/compose.yml b/authentik/compose.yml index e22c7c6..d3f6680 100644 --- a/authentik/compose.yml +++ b/authentik/compose.yml @@ -18,6 +18,9 @@ services: - AUTHENTIK_EMAIL__USE_SSL=${AUTHENTIK_EMAIL__USE_SSL} - AUTHENTIK_EMAIL__TIMEOUT=${AUTHENTIK_EMAIL__TIMEOUT} - AUTHENTIK_EMAIL__FROM=${AUTHENTIK_EMAIL__FROM} + ports: + - 9000:9000 + - 9443:9443 networks: - reverseproxy - authentik