From 7cc50a283faeb984b8df5a39f4edf6fc83db7bd2 Mon Sep 17 00:00:00 2001 From: Andy Bunce Date: Mon, 31 Mar 2025 21:58:57 +0100 Subject: [PATCH] [mod] auth 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 290f987..dd8755a 100644 --- a/authentik/docker-compose.yml +++ b/authentik/docker-compose.yml @@ -46,8 +46,8 @@ services: env_file: - .env ports: - - "${COMPOSE_PORT_HTTP:-8000}:9000" - - "${COMPOSE_PORT_HTTPS:-8443}:9443" + - "${COMPOSE_PORT_HTTP:-7000}:9000" + - "${COMPOSE_PORT_HTTPS:-7443}:9443" depends_on: postgresql: condition: service_healthy