From 6d353fcd69326bd6818c272b0876534272cefee3 Mon Sep 17 00:00:00 2001 From: Chris King Date: Mon, 13 Jan 2025 12:04:23 -0800 Subject: [PATCH] Expose 9000 and 9443 for Authentik --- authentik/docker-compose.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/authentik/docker-compose.yml b/authentik/docker-compose.yml index 880b7ba..0452961 100644 --- a/authentik/docker-compose.yml +++ b/authentik/docker-compose.yml @@ -50,6 +50,9 @@ services: ports: - "${COMPOSE_PORT_HTTP:-9000}:9000" - "${COMPOSE_PORT_HTTPS:-9443}:9443" + expose: + - "9000" + - "9443" depends_on: db: condition: service_healthy