Failing due to not having a data node.

I am trying to setup Graylog on a VPS. But it’s failing on Step 5 due to not having any data nodes. If I am using a docker-compose.yml file shouldn’t that create the data nodes for me? Or is there some other step I need to do other than the docker compose file?

"Provision a Certificate Authority with Graylog Issuing a certificate authority may be completed directly in the preflight UI.

  1. Begin by selecting Create new CA.

  2. Then select the Create CA button.

  3. Now you will need to establish your certificate renewal policy. If you select Automatic,
    then Graylog will reissue the CA based upon the certificate lifetime you select. If you select
    Manual, then you will be able to manually reissue the CA when the designated lifetime has completed.

  4. Once you have made your selections, click Create policy to continue.

  5. When the CAs have been configured, you can select Provision certificate to issue the CA to your data nodes. This may take a few moments.

  6. Select Resume startup to complete the process and close the preflight UI."

Which docker-compose file are you using?