Change ports to avoid conflict with Portainer
All checks were successful
deploy-authentik / deploy (push) Successful in 21s
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:
@@ -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` |
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user