400 Bad Request docker-compose

Hi, I would like to try out passbolt, so I cloned git repo GitHub - passbolt/passbolt_docker: Get started with Passbolt CE using docker! and executed docker-compose up -d. Checked logs with docker-compose -f logs passbolt and everything looks fine, but I can’t access passbolt from my browser.

I created an admin user, looks good.

But the URL from the output of this command doesn’t works.

If I try the URL 127.0.0.1:443, I get 400 Bad Request error.

Tryed disabling SSL, and pointing root directory to an existing location (noticed that /var/www/passbolt/webroot path defined in passbolt.conf doesn’t exists).

I’m running latest-ce tag version.

I will appreciate any help.