Change ports to avoid conflict with Portainer
All checks were successful
deploy-authentik / deploy (push) Successful in 21s

- HTTP: 9000 -> 9100
- HTTPS: 9443 -> 9444 (Portainer already uses 9443)
This commit is contained in:
2025-10-04 15:28:27 -06:00
parent daee45b908
commit df8c3984ea

View File

@@ -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` |
---