File tree Expand file tree Collapse file tree
DOCUMENTATION/content/documentation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -604,33 +604,16 @@ composer require predis/predis:^1.0
604604
6056051 - First install ` mongo ` in the Workspace and the PHP-FPM Containers:
606606<br >
607- a) open the ` docker-compose.yml ` file
607+ a) open the ` .env ` file
608608<br >
609- b) search for the ` INSTALL_MONGO ` argument under the Workspace Container
609+ b) search for the ` WORKSPACE_INSTALL_MONGO ` argument under the Workspace Container
610610<br >
611611c) set it to ` true `
612612<br >
613- d) search for the ` INSTALL_MONGO ` argument under the PHP-FPM Container
613+ d) search for the ` PHP_FPM_INSTALL_MONGO ` argument under the PHP-FPM Container
614614<br >
615615e) set it to ` true `
616616
617- It should be like this:
618-
619- ``` yml
620- workspace :
621- build :
622- context : ./workspace
623- args :
624- - INSTALL_MONGO=true
625- ...
626- php-fpm :
627- build :
628- context : ./php-fpm
629- args :
630- - INSTALL_MONGO=true
631- ...
632- ```
633-
6346172 - Re-build the containers ` docker-compose build workspace php-fpm `
635618
636619
You can’t perform that action at this time.
0 commit comments