White page instead of passbolt page

Hi @emoxam,

How did you setup docker on your Ubuntu server ? The 3.9 version schema assume you are using latest docker version. If you are using an oldest one, you are right, you must downgrade the version schema.

As written in our documentation, "Configure environment variables in docker-compose.yaml file to customize your instance.

You have in the docker-compose.yaml file an environment section, environment variable goes there.

(...)
  passbolt:
(...)
    environment:
      APP_FULL_BASE_URL: https://passbolt.local
      DATASOURCES_DEFAULT_HOST: "db"
      DATASOURCES_DEFAULT_USERNAME: "passbolt"
      DATASOURCES_DEFAULT_PASSWORD: "P4ssb0lt"
      DATASOURCES_DEFAULT_DATABASE: "passbolt"
(...)

About APP_FULL_BASE_URL, it is also written in the documentation:

The APP_FULL_BASE_URL environment variable is set by default to https://passbolt.local, using a self-signed certificate. Update this variable with the server name you plan to use. You will find at the bottom of this documentation links about how to set your own SSL certificate.

We are aware our documentation is not perfect and we tries to improve it every day. Thank you for your feedback. We will try to improve this part.

With regards,