On MacOS systems note you should access it using https

This commit is contained in:
Javier Ruiz 2017-07-13 20:17:20 +02:00
parent f808804722
commit aedab3d98d
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ of docker networking under MacOS users should start the container exposing a por
`$ docker run -p host_port:443 -e db_host=<mysql_container_ip> passbolt:local` `$ docker run -p host_port:443 -e db_host=<mysql_container_ip> passbolt:local`
And access it using http://localhost:host_port And access it using https://localhost:host_port
# Configure passbolt # Configure passbolt