OK, it seems you manually edited your docker-compose.yml after all… you should never do that
This is the default of the ports section in nginx-mailcow
ports:
- "${HTTPS_BIND:-}:${HTTPS_PORT:-443}:${HTTPS_PORT:-443}"
- "${HTTP_BIND:-}:${HTTP_PORT:-80}:${HTTP_PORT:-80}"