Not found passbolt.local after installing Passbolt from Docker compose

Hi, i am new here and I try to set up on a Docker the Passbolt. I have done This steps:
I went to this link : https://help.passbolt.com/hosting/install/ce/docker

then:

$ git clone https://github.com/passbolt/passbolt_docker
$ cd passbolt_docker

I did not change anything from the ENV files.

Then:

$ docker-compose -f docker-compose.yml up

When I go to the Passbolt.local I get this error:

Any help would be appreciated.
Thank you.

Hi @gs.nikolaou101,

passbolt.local is a dummy hostname that doesn’t exist on the internet and it is for test purposes only. If you want to continue using it you should add an entry on your /etc/hosts like the following:

ip_of_your_container passbolt.local

If you are running docker from linux ip_of_your_container would be the ip address of your running passbolt container (you can obtain it using docker inspect container_id). If you are running macos or windows, most likely ip_of_your_container would be 127.0.0.1

Thanks for your quick reply! I tried 127.0.0.1 but it did not work. I am on mac and I realize that there are
some network limitations in docker Explore networking features on Docker Desktop | Docker Docs
I think that is my problem!

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.