more docs details

This commit is contained in:
Diego Lendoiro 2017-06-16 13:00:41 +01:00
parent a4592769fa
commit 9efb6b8079
1 changed files with 2 additions and 2 deletions

View File

@ -133,7 +133,7 @@ Once mysql container is running we should extract its ip address we assume 172.1
`$ docker run -e db_host=172.17.0.2 passbolt:local` `$ docker run -e db_host=172.17.0.2 passbolt:local`
Point your browser to the passbolt container ip (https by default) Point your browser to the passbolt container ip or localhost:exposed_port
## Advanced configuration ## Advanced configuration
@ -163,7 +163,7 @@ $ docker run -v $PWD/conf/app.php:/var/www/passbolt/app/Config/app.php \
passbolt:local passbolt:local
``` ```
Point your browser to the passbolt container ip Point your browser to the passbolt container ip or localhost:exposed_port
# Requirements: # Requirements: