Skip to content

Commit fe4708a

Browse files
committed
env variables table reordering
1 parent 5557b41 commit fe4708a

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -52,21 +52,21 @@ Minimal PHP Docker image focused on Laravel applications. It's use is intended f
5252

5353
## Environment Variables
5454

55-
Variable | Description | Default Value
55+
Variable | Default Value | Description
5656
--- | --- | ---
57-
**ASUSER** | Changes the user id that executes the commands | `-0`
58-
**UID** | Changes the user id that executes the commands **(ignored if ASUSER is provided)** | `-0`
59-
**COMPOSER_ALLOW_SUPERUSER** | Allows composer to run with super user | `1`
60-
**COMPOSER_MEMORY_LIMIT** | Changes composer memory limit | `-1`
61-
**ENABLE_XDEBUG** | Enables the Xdebug extension **(only prod versions)** | `false`
62-
**PHP_MEMORY_LIMIT** | Changes PHP memory limit | `256M`
63-
**PHP_MAX_INPUT_VARS** | Changes how many input variables may be accepted on PHP | `1000` 
64-
**PHP_UPLOAD_MAX_FILESIZE** | Changes PHP maximum size of an uploaded file | `25M`
65-
**PHP_POST_MAX_SIZE** | Changes PHP max size of post data allowed | `25M`
66-
**PHP_MAX_EXECUTION_TIME** | Changes PHP maximum time is allowed to run a script | `30`
67-
**PHP_FPM_LISTEN** | Changes the PORT address of the FastCGI requests | `9000`
68-
**PHP_FPM_MAX_CHILDREN** | Changes the number of child processes to be used on FPM | `10`
69-
**PHP_FPM_REQUEST_TERMINATE_TIMEOUT** | Changes FPM timeout to serve a single request | `60`
57+
**ASUSER** | `-0` | Changes the user id that executes the commands
58+
**UID** | `-0` | Changes the user id that executes the commands **(ignored if ASUSER is provided)**
59+
**COMPOSER_ALLOW_SUPERUSER** | `1` | Allows composer to run with super user
60+
**COMPOSER_MEMORY_LIMIT** | `-1` | Changes composer memory limit
61+
**ENABLE_XDEBUG** | `false` | Enables the Xdebug extension **(only prod versions)**
62+
**PHP_MEMORY_LIMIT** | `256M` | Changes PHP memory limit
63+
**PHP_MAX_INPUT_VARS** | `1000`  | Changes how many input variables may be accepted on PHP
64+
**PHP_UPLOAD_MAX_FILESIZE** | `25M` | Changes PHP maximum size of an uploaded file
65+
**PHP_POST_MAX_SIZE** | `25M` | Changes PHP max size of post data allowed
66+
**PHP_MAX_EXECUTION_TIME** | `30` | Changes PHP maximum time is allowed to run a script
67+
**PHP_FPM_LISTEN** | `9000` | Changes the PORT address of the FastCGI requests
68+
**PHP_FPM_MAX_CHILDREN** | `10` | Changes the number of child processes to be used on FPM
69+
**PHP_FPM_REQUEST_TERMINATE_TIMEOUT** | `60` | Changes FPM timeout to serve a single request
7070

7171
## Usage
7272

0 commit comments

Comments
 (0)