From df6554ee7f67ed70b30a5645796eafebee318baa Mon Sep 17 00:00:00 2001 From: Andy Bunce Date: Mon, 31 Mar 2025 21:42:51 +0100 Subject: [PATCH] [mod] authentik ports --- authentik/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/authentik/docker-compose.yml b/authentik/docker-compose.yml index 75c8b75..290f987 100644 --- a/authentik/docker-compose.yml +++ b/authentik/docker-compose.yml @@ -46,8 +46,8 @@ services: env_file: - .env ports: - - "${COMPOSE_PORT_HTTP:-9000}:9000" - - "${COMPOSE_PORT_HTTPS:-9443}:9443" + - "${COMPOSE_PORT_HTTP:-8000}:9000" + - "${COMPOSE_PORT_HTTPS:-8443}:9443" depends_on: postgresql: condition: service_healthy