Fix: Cambiar puerto HTTP de 81 a 80
All checks were successful
deploy-meshcentral / deploy (push) Successful in 12s

- Actualizar Traefik HTTP service para usar puerto 80
- Actualizar config.json para usar port: 80 y redirPort: 80
- Consistencia entre docker-compose y configuración de MeshCentral
This commit is contained in:
2025-11-01 01:56:07 -06:00
parent b7c13166d3
commit e9d0e7e509
2 changed files with 3 additions and 3 deletions

View File

@@ -48,9 +48,9 @@ jobs:
"enabled": false
},
"cert": "${{ vars.APP_DOMAIN }},${{ vars.MESH_AGENTS_DOMAIN }}",
"port": 81,
"port": 80,
"aliasPort": 443,
"redirPort": 81,
"redirPort": 80,
"tlsPort": 443,
"AgentPong": 300,
"TLSOffload": false,