|
1 | | -############################ |
| 1 | +########################################################### |
2 | 2 | # General Setup |
3 | | -############################ |
| 3 | +########################################################### |
4 | 4 |
|
5 | | -### Application Path |
6 | | -# Point to your application code, will be available at `/var/www`. |
| 5 | +### Application Path ################################################################################################### |
| 6 | +# Point to your code, will be available at `/var/www`. |
7 | 7 |
|
8 | 8 | APPLICATION=../ |
9 | 9 |
|
10 | | -### Data Path: |
11 | | -# For all storage systems. |
| 10 | +### PHP Version ######################################################################################################## |
| 11 | +# Select a PHP version of the Workspace and PHP-FPM containers (Does not apply to HHVM). Accepted values: 71 - 70 - 56 |
| 12 | + |
| 13 | +PHP_VERSION=71 |
| 14 | + |
| 15 | +### PHP Interpreter #################################################################################################### |
| 16 | +# Select the PHP Interpreter. Accepted values: hhvm - php-fpm |
| 17 | + |
| 18 | +PHP_INTERPRETER=php-fpm |
| 19 | + |
| 20 | +### Data Path ########################################################################################################## |
| 21 | +# Choose storage path on your machine. For all storage systems. |
12 | 22 |
|
13 | 23 | DATA_SAVE_PATH=~/.laradock/data |
14 | 24 |
|
15 | | -### PHP version |
16 | | -# Applies to the Workspace and PHP-FPM containers (Does not apply to HHVM) |
17 | | -# Accepted values: 71 - 70 - 56 |
| 25 | +### Docker Host IP ##################################################################################################### |
| 26 | +# Enter your Docker Host IP (will be appended to /etc/hosts). Default is `10.0.75.1` |
18 | 27 |
|
19 | | -PHP_VERSION=71 |
| 28 | +DOCKER_HOST_IP=10.0.75.1 |
20 | 29 |
|
21 | | -### PHP interpreter |
22 | | -# Accepted values: hhvm - php-fpm |
| 30 | +### Remote Interpreter ################################################################################################# |
| 31 | +# Choose a Remote Interpreter entry matching name. Default is `laradock` |
23 | 32 |
|
24 | | -PHP_INTERPRETER=php-fpm |
| 33 | +PHP_IDE_CONFIG=serverName=laradock |
| 34 | + |
| 35 | +### Windows Path ####################################################################################################### |
| 36 | +# A fix for Windows users, to ensure the application path works. |
| 37 | + |
| 38 | +COMPOSE_CONVERT_WINDOWS_PATHS=1 |
| 39 | + |
| 40 | +######################################################################################################################## |
25 | 41 |
|
26 | | -############################ |
| 42 | +########################################################### |
27 | 43 | # Containers Customization |
28 | | -############################ |
| 44 | +########################################################### |
29 | 45 |
|
30 | 46 | ### WORKSPACE ########################################################################################################## |
31 | 47 |
|
@@ -299,26 +315,4 @@ LARAVEL_ECHO_SERVER_PORT=6001 |
299 | 315 |
|
300 | 316 | DOCKER_SYNC_STRATEGY=native_osx |
301 | 317 |
|
302 | | -##### TO BE CONTINUE ................................. |
303 | | - |
304 | | -# ......... Missing: neo4j mongo rethinkdb redis aerospike pgadmin... |
305 | | -# ......... |
306 | | -# ......... |
307 | | - |
308 | | -############################ |
309 | | -# Miscellaneous |
310 | | -############################ |
311 | | - |
312 | | -# Replace with your Docker Host IP (will be appended to /etc/hosts) |
313 | | - |
314 | | -DOCKER_HOST_IP=10.0.75.1 |
315 | | - |
316 | | - |
317 | | -# The Remote Interpreter entry matching name `laradock` |
318 | | - |
319 | | -PHP_IDE_CONFIG=serverName=laradock |
320 | | - |
321 | | - |
322 | | -# Fix for windows users to make sure the application path works. |
323 | | - |
324 | | -COMPOSE_CONVERT_WINDOWS_PATHS=1 |
| 318 | +######################################################################################################################## |
0 commit comments