Skip to content

Commit

Permalink
Merge branch 'develop' into 'master'
Browse files Browse the repository at this point in the history
chore: update readme to include localhost domain-mapping setup

See merge request passbolt/passbolt_docker!204
  • Loading branch information
dlen committed Apr 9, 2024
2 parents cca6aec + 7b44b5c commit bd585b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ This registration command will return a single use url required to continue the
web browser setup and finish the registration. Your passbolt instance should be
available browsing `https://example.com`

If you encounter a `DNS_PROBE_FINISHED_NXDOMAIN` error when deploying locally, you may need to manually edit the
hosts file on your machine so that the `passbolt.local` domain is resolved to your localhost ip address. On Linux,
append the line `127.0.0.1 passbolt.local` to your `/etc/hosts` file.

# Configure passbolt

## Environment variables reference
Expand Down

0 comments on commit bd585b3

Please sign in to comment.