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 @@ -1299,32 +1299,16 @@ You are free to modify the `aliases.sh` as you see fit, adding your own aliases
12991299
130013001 - First install ` aerospike ` in the Workspace and the PHP-FPM Containers:
13011301<br >
1302- a) open the ` docker-compose.yml ` file
1302+ a) open the ` .env ` file
13031303<br >
1304- b) search for the ` INSTALL_AEROSPIKE ` argument under the Workspace Container
1304+ b) search for the ` WORKSPACE_INSTALL_AEROSPIKE ` argument under the Workspace Container
13051305<br >
13061306c) set it to ` true `
13071307<br >
1308- d) search for the ` INSTALL_AEROSPIKE ` argument under the PHP-FPM Container
1308+ d) search for the ` PHP_FPM_INSTALL_AEROSPIKE ` argument under the PHP-FPM Container
13091309<br >
13101310e) set it to ` true `
1311-
1312- It should be like this:
1313-
1314- ``` yml
1315- workspace :
1316- build :
1317- context : ./workspace
1318- args :
1319- - INSTALL_AEROSPIKE=true
1320- ...
1321- php-fpm :
1322- build :
1323- context : ./php-fpm
1324- args :
1325- - INSTALL_AEROSPIKE=true
1326- ...
1327- ```
1311+ <br >
13281312
132913132 - Re-build the containers ` docker-compose build workspace php-fpm `
13301314
You can’t perform that action at this time.
0 commit comments