Fix: Eliminar variables REVERSE_PROXY del environment
All checks were successful
deploy-meshcentral / deploy (push) Successful in 12s
All checks were successful
deploy-meshcentral / deploy (push) Successful in 12s
- Remover REVERSE_PROXY y REVERSE_PROXY_TLS_PORT que sobrescribían config.json - MeshCentral ahora usará tlsPort: 443 definido en config.json - Esto permite que el TCP passthrough funcione correctamente
This commit is contained in:
@@ -12,8 +12,7 @@ services:
|
||||
- /srv/meshcentral/config:/opt/meshcentral/meshcentral-config
|
||||
environment:
|
||||
- HOSTNAME=${APP_DOMAIN}
|
||||
- REVERSE_PROXY=traefik
|
||||
- REVERSE_PROXY_TLS_PORT=443
|
||||
# REVERSE_PROXY removido - usamos config.json para configuración de puertos
|
||||
- IFRAME=false
|
||||
- ALLOWLOGINTOKEN=true
|
||||
- LOCALSESSIONRECORDING=false
|
||||
|
||||
Reference in New Issue
Block a user