From df8c3984eadc53892b588773d7aeba6f85ced67f Mon Sep 17 00:00:00 2001 From: josedario87 Date: Sat, 4 Oct 2025 15:28:27 -0600 Subject: [PATCH] Change ports to avoid conflict with Portainer - HTTP: 9000 -> 9100 - HTTPS: 9443 -> 9444 (Portainer already uses 9443) --- SECRETS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SECRETS.md b/SECRETS.md index 9918b94..46d2727 100644 --- a/SECRETS.md +++ b/SECRETS.md @@ -22,8 +22,8 @@ Crear las siguientes **Variables**: | `AUTHENTIK_ERROR_REPORTING__ENABLED` | `true` | | `AUTHENTIK_IMAGE` | `ghcr.io/goauthentik/server` | | `AUTHENTIK_TAG` | `2025.8.4` | -| `COMPOSE_PORT_HTTP` | `9000` | -| `COMPOSE_PORT_HTTPS` | `9443` | +| `COMPOSE_PORT_HTTP` | `9100` | +| `COMPOSE_PORT_HTTPS` | `9444` | ---