Skip to content

Commit bc27e96

Browse files
Omranicbestlong
authored andcommitted
Update aerospike installation instructions (laradock#1635)
1 parent 1191205 commit bc27e96

1 file changed

Lines changed: 4 additions & 20 deletions

File tree

  • DOCUMENTATION/content/documentation

DOCUMENTATION/content/documentation/index.md

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1299,32 +1299,16 @@ You are free to modify the `aliases.sh` as you see fit, adding your own aliases
12991299

13001300
1 - 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>
13061306
c) 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>
13101310
e) 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

13291313
2 - Re-build the containers `docker-compose build workspace php-fpm`
13301314

0 commit comments

Comments
 (0)