@@ -115,7 +115,7 @@ Now open your hosts file...
115115** Note:** Set ` project.virtualhost.local ` with your own virtual host in your ` kickoff.yml ` file, unless you wish to use
116116` my-awesome-project.local ` of course :smile : .
117117
118- ** Tip:** don 't want to update your hosts file? Set ` project.virtualhost.local ` with ` my-awesome-project.127.0.0.1.xip.io `
118+ ** Tip:** Don 't want to update your hosts file? Set ` project.virtualhost.local ` with ` my-awesome-project.127.0.0.1.xip.io `
119119in your ` kickoff.yml ` file. You're application will be available under https://www.my-awesome-project.127.0.0.1.xip.io/ !
120120
121121Good :smiley : ? We're now done with the configuration! :metal :
@@ -342,7 +342,7 @@ Redis is the database cache of this stack and it has been configured as the defa
342342The hostname of Redis in your PHP-FPM container is equal to ` redis ` . To configure Redis to be the cache handler of your PHP
343343application, you should refer to the documentation provided by your PHP framework.
344344
345- ** Note:** you should not use [ predis] ( https://github.com/nrk/predis ) , as [ phpredis] ( https://github.com/phpredis/phpredis )
345+ ** Note:** You should not use [ predis] ( https://github.com/nrk/predis ) , as [ phpredis] ( https://github.com/phpredis/phpredis )
346346is installed by default.
347347
348348#### Configuration
@@ -367,7 +367,7 @@ You may access to the RabbitMQ dashboard (https://rabbitmq.my-awesome-project.lo
367367| rabbitmq.user | ` kickoff.yml ` | The RabbitMQ user of your PHP application. |
368368| RABBITMQ_PASSWORD | ` .env ` | The password of the user defined in the ` kickoff.yml ` file. |
369369
370- ** Note:** the credentials will only be set the first time the RabbitMQ container is launched. If you want to update them
370+ ** Note:** The credentials will only be set the first time the RabbitMQ container is launched. If you want to update them
371371after, use the RabbitMQ dashboard. You could also delete the RabbitMQ named volume, but proceed with caution: it will also
372372delete all your queues, messages and so on.
373373
@@ -386,4 +386,4 @@ Provide enough information to verify the bug and make a patch!
386386
387387---
388388
389- Would you like to update this documentation ? Feel free to open an [ issue] ( ../../issues ) .
389+ Would you like to update this documentation ? Feel free to open an [ issue] ( ../../issues ) .
0 commit comments